Shades of Dark Orchid #B03CCE
Tints of Dark Orchid #B03CCE
RGB
CMYK
RGB Variations
Color information
#B03CCE (or 0xB03CCE) is known color: Dark Orchid. HEX triplet: B0, 3C and CE. RGB value is (176,60,206). Sum of RGB (Red+Green+Blue) = 176+60+206=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 60 (23.83% from 255 or 13.57% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: blue. Hex color #B03CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03CCE is #4FC331. Grayscale: #6E6E6E. Windows color (decimal): -5227314 or 13515952. OLE color: 13515952.
HSL color Cylindrical-coordinate representation of color #B03CCE: hue angle of 287.67º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B03CCE is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 60 | 206 | - |
| CMYK | 0.15 | 0.71 | 0 | 0.19 |
| HSL | 287.67º | 0.6% | 0.52% | - |
| HSV(B) | 287.67º | 0.71% | 0.81% | - |
| XYZ | 30.66 | 16.92 | 60.04 | - |
| YUV | 111.33 | 181.43 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 60 | 206 | 0.15 | 0.71 | 0 | 0.19 | 287.67 | 0.6 | 0.52 |
| Hex | B0 | 3C | CE | F | 47 | 0 | 13 | 120 | 3C | 34 |
| Octal | 260 | 74 | 316 | 17 | 107 | 0 | 23 | 440 | 74 | 64 |
| Binary | 10110000 | 111100 | 11001110 | 1111 | 1000111 | 0 | 10011 | 100100000 | 111100 | 110100 |
Color Harmonies of #B03CCE
Complementary color
Monochromatic Colors of #B03CCE
Black with #B03CCE
Text Example
Text Example
White with #B03CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03CCE; }
p { color: rgb(176,60,206); }
H1.HeaderClassName
{
color: #B03CCE;
}
.AnyTagClassName
{
color: #B03CCE;
}
</style>
background-color css
<style>
a { background-color: #B03CCE; }
a { background-color: rgb(176,60,206); }
div.DivClassName
{
background-color: #B03CCE;
}
.BgClassName
{
background-color: #B03CCE;
}
</style>
border-color css
<style>
span { border-color: #B03CCE; }
span { border-color: rgb(176,60,206); }
td.TdClassName
{
border-color: #B03CCE;
}
.TagClassName
{
border-color: #B03CCE;
}
</style>