Shades of Dark Orchid #B03CCB
Tints of Dark Orchid #B03CCB
RGB
CMYK
RGB Variations
Color information
#B03CCB (or 0xB03CCB) is known color: Dark Orchid. HEX triplet: B0, 3C and CB. RGB value is (176,60,203). Sum of RGB (Red+Green+Blue) = 176+60+203=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 60 (23.83% from 255 or 13.67% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 203 - color contains mainly: blue. Hex color #B03CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03CCB is #4FC334. Grayscale: #6E6E6E. Windows color (decimal): -5227317 or 13319344. OLE color: 13319344.
HSL color Cylindrical-coordinate representation of color #B03CCB: hue angle of 288.67º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B03CCB is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 60 | 203 | - |
| CMYK | 0.13 | 0.70 | 0 | 0.20 |
| HSL | 288.67º | 0.58% | 0.52% | - |
| HSV(B) | 288.67º | 0.7% | 0.8% | - |
| XYZ | 30.3 | 16.77 | 58.14 | - |
| YUV | 110.99 | 179.93 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 60 | 203 | 0.13 | 0.70 | 0 | 0.20 | 288.67 | 0.58 | 0.52 |
| Hex | B0 | 3C | CB | D | 46 | 0 | 14 | 121 | 3A | 34 |
| Octal | 260 | 74 | 313 | 15 | 106 | 0 | 24 | 441 | 72 | 64 |
| Binary | 10110000 | 111100 | 11001011 | 1101 | 1000110 | 0 | 10100 | 100100001 | 111010 | 110100 |
Color Harmonies of #B03CCB
Complementary color
Monochromatic Colors of #B03CCB
Black with #B03CCB
Text Example
Text Example
White with #B03CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03CCB; }
p { color: rgb(176,60,203); }
H1.HeaderClassName
{
color: #B03CCB;
}
.AnyTagClassName
{
color: #B03CCB;
}
</style>
background-color css
<style>
a { background-color: #B03CCB; }
a { background-color: rgb(176,60,203); }
div.DivClassName
{
background-color: #B03CCB;
}
.BgClassName
{
background-color: #B03CCB;
}
</style>
border-color css
<style>
span { border-color: #B03CCB; }
span { border-color: rgb(176,60,203); }
td.TdClassName
{
border-color: #B03CCB;
}
.TagClassName
{
border-color: #B03CCB;
}
</style>