Shades of Dark Orchid #B030CB
Tints of Dark Orchid #B030CB
RGB
CMYK
RGB Variations
Color information
#B030CB (or 0xB030CB) is known color: Dark Orchid. HEX triplet: B0, 30 and CB. RGB value is (176,48,203). Sum of RGB (Red+Green+Blue) = 176+48+203=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 48 (19.14% from 255 or 11.24% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #B030CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B030CB is #4FCF34. Grayscale: #676767. Windows color (decimal): -5230389 or 13316272. OLE color: 13316272.
HSL color Cylindrical-coordinate representation of color #B030CB: hue angle of 289.55º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B030CB is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 48 | 203 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.20 |
| HSL | 289.55º | 0.62% | 0.49% | - |
| HSV(B) | 289.55º | 0.76% | 0.8% | - |
| XYZ | 29.74 | 15.66 | 57.95 | - |
| YUV | 103.94 | 183.91 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 48 | 203 | 0.13 | 0.76 | 0 | 0.20 | 289.55 | 0.62 | 0.49 |
| Hex | B0 | 30 | CB | D | 4C | 0 | 14 | 122 | 3E | 31 |
| Octal | 260 | 60 | 313 | 15 | 114 | 0 | 24 | 442 | 76 | 61 |
| Binary | 10110000 | 110000 | 11001011 | 1101 | 1001100 | 0 | 10100 | 100100010 | 111110 | 110001 |
Color Harmonies of #B030CB
Complementary color
Monochromatic Colors of #B030CB
Black with #B030CB
Text Example
Text Example
White with #B030CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B030CB; }
p { color: rgb(176,48,203); }
H1.HeaderClassName
{
color: #B030CB;
}
.AnyTagClassName
{
color: #B030CB;
}
</style>
background-color css
<style>
a { background-color: #B030CB; }
a { background-color: rgb(176,48,203); }
div.DivClassName
{
background-color: #B030CB;
}
.BgClassName
{
background-color: #B030CB;
}
</style>
border-color css
<style>
span { border-color: #B030CB; }
span { border-color: rgb(176,48,203); }
td.TdClassName
{
border-color: #B030CB;
}
.TagClassName
{
border-color: #B030CB;
}
</style>