Shades of Dark Orchid #B03CCC
Tints of Dark Orchid #B03CCC
RGB
CMYK
RGB Variations
Color information
#B03CCC (or 0xB03CCC) is known color: Dark Orchid. HEX triplet: B0, 3C and CC. RGB value is (176,60,204). Sum of RGB (Red+Green+Blue) = 176+60+204=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 60 (23.83% from 255 or 13.64% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #B03CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03CCC is #4FC333. Grayscale: #6E6E6E. Windows color (decimal): -5227316 or 13384880. OLE color: 13384880.
HSL color Cylindrical-coordinate representation of color #B03CCC: hue angle of 288.33º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B03CCC is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 60 | 204 | - |
| CMYK | 0.14 | 0.71 | 0 | 0.2 |
| HSL | 288.33º | 0.59% | 0.52% | - |
| HSV(B) | 288.33º | 0.71% | 0.8% | - |
| XYZ | 30.42 | 16.82 | 58.77 | - |
| YUV | 111.1 | 180.43 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 60 | 204 | 0.14 | 0.71 | 0 | 0.2 | 288.33 | 0.59 | 0.52 |
| Hex | B0 | 3C | CC | E | 47 | 0 | 14 | 120 | 3B | 34 |
| Octal | 260 | 74 | 314 | 16 | 107 | 0 | 24 | 440 | 73 | 64 |
| Binary | 10110000 | 111100 | 11001100 | 1110 | 1000111 | 0 | 10100 | 100100000 | 111011 | 110100 |
Color Harmonies of #B03CCC
Complementary color
Monochromatic Colors of #B03CCC
Black with #B03CCC
Text Example
Text Example
White with #B03CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03CCC; }
p { color: rgb(176,60,204); }
H1.HeaderClassName
{
color: #B03CCC;
}
.AnyTagClassName
{
color: #B03CCC;
}
</style>
background-color css
<style>
a { background-color: #B03CCC; }
a { background-color: rgb(176,60,204); }
div.DivClassName
{
background-color: #B03CCC;
}
.BgClassName
{
background-color: #B03CCC;
}
</style>
border-color css
<style>
span { border-color: #B03CCC; }
span { border-color: rgb(176,60,204); }
td.TdClassName
{
border-color: #B03CCC;
}
.TagClassName
{
border-color: #B03CCC;
}
</style>