#b03dc7

Color #B03DC7 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B03DC7

Tints of Medium Orchid #B03DC7

Color information

#B03DC7 (or 0xB03DC7) is unknown color: approx Medium Orchid. HEX triplet: B0, 3D and C7. RGB value is (176,61,199). Sum of RGB (Red+Green+Blue) = 176+61+199=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 61 (24.22% from 255 or 13.99% from 436); Blue value is 199 (78.12% from 255 or 45.64% from 436); Max value from RGB is 199 - color contains mainly: blue. Hex color #B03DC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03DC7 is #4FC238. Grayscale: #6E6E6E. Windows color (decimal): -5227065 or 13057456. OLE color: 13057456.

HSL color Cylindrical-coordinate representation of color #B03DC7: hue angle of 290º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B03DC7 is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17661199-
CMYK0.120.6900.22
HSL290º55.2%50.98%-
HSV(B)290º69.35%78.04%-
XYZ29.8816.6955.68-
YUV111.12177.6174.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 40.37%
GREEN value IS 61 (24.22% from 255) = 13.99%
BLUE value IS 199 (78.12% from 255) = 45.64%
R=40.37%
G=13.99%
B=45.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal176611990.120.6900.2229055.250.98
HexB03DC7C450161223733
Octal26075307141050264426763
Binary101100001111011100011111001000101010110100100010110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b03dc7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b03dc7; }

 p { color: rgb(176,61,199); }

 H1.HeaderClassName
 {
   color: #b03dc7;
 }
 .AnyTagClassName
 {
   color: #b03dc7;
 }
</style>
background-color css

<style>
 a { background-color: #b03dc7; }

 a { background-color: rgb(176,61,199); }

 div.DivClassName
 {
   background-color: #b03dc7;
 }
 .BgClassName
 {
   background-color: #b03dc7;
 }
</style>
border-color css

<style>
 span { border-color: #b03dc7; }

 span { border-color: rgb(176,61,199); }

 td.TdClassName
 {
   border-color: #b03dc7;
 }
 .TagClassName
 {
   border-color: #b03dc7;
 }
</style>