Shades of Dark Orchid #B03CCD
Tints of Dark Orchid #B03CCD
RGB
CMYK
RGB Variations
Color information
#B03CCD (or 0xB03CCD) is known color: Dark Orchid. HEX triplet: B0, 3C and CD. RGB value is (176,60,205). Sum of RGB (Red+Green+Blue) = 176+60+205=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 60 (23.83% from 255 or 13.61% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #B03CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03CCD is #4FC332. Grayscale: #6E6E6E. Windows color (decimal): -5227315 or 13450416. OLE color: 13450416.
HSL color Cylindrical-coordinate representation of color #B03CCD: hue angle of 288º 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 #B03CCD is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 60 | 205 | - |
| CMYK | 0.14 | 0.71 | 0 | 0.20 |
| HSL | 288º | 0.59% | 0.52% | - |
| HSV(B) | 288º | 0.71% | 0.8% | - |
| XYZ | 30.54 | 16.87 | 59.4 | - |
| YUV | 111.21 | 180.93 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 60 | 205 | 0.14 | 0.71 | 0 | 0.20 | 288 | 0.59 | 0.52 |
| Hex | B0 | 3C | CD | E | 47 | 0 | 14 | 120 | 3B | 34 |
| Octal | 260 | 74 | 315 | 16 | 107 | 0 | 24 | 440 | 73 | 64 |
| Binary | 10110000 | 111100 | 11001101 | 1110 | 1000111 | 0 | 10100 | 100100000 | 111011 | 110100 |
Color Harmonies of #B03CCD
Complementary color
Monochromatic Colors of #B03CCD
Black with #B03CCD
Text Example
Text Example
White with #B03CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03CCD; }
p { color: rgb(176,60,205); }
H1.HeaderClassName
{
color: #B03CCD;
}
.AnyTagClassName
{
color: #B03CCD;
}
</style>
background-color css
<style>
a { background-color: #B03CCD; }
a { background-color: rgb(176,60,205); }
div.DivClassName
{
background-color: #B03CCD;
}
.BgClassName
{
background-color: #B03CCD;
}
</style>
border-color css
<style>
span { border-color: #B03CCD; }
span { border-color: rgb(176,60,205); }
td.TdClassName
{
border-color: #B03CCD;
}
.TagClassName
{
border-color: #B03CCD;
}
</style>