Shades of Dark Orchid #B031CB
Tints of Dark Orchid #B031CB
RGB
CMYK
RGB Variations
Color information
#B031CB (or 0xB031CB) is known color: Dark Orchid. HEX triplet: B0, 31 and CB. RGB value is (176,49,203). Sum of RGB (Red+Green+Blue) = 176+49+203=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 49 (19.53% from 255 or 11.45% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #B031CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B031CB is #4FCE34. Grayscale: #686868. Windows color (decimal): -5230133 or 13316528. OLE color: 13316528.
HSL color Cylindrical-coordinate representation of color #B031CB: hue angle of 289.48º degrees, saturation: 0.61, 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 #B031CB is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 49 | 203 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.20 |
| HSL | 289.48º | 0.61% | 0.49% | - |
| HSV(B) | 289.48º | 0.76% | 0.8% | - |
| XYZ | 29.78 | 15.74 | 57.97 | - |
| YUV | 104.53 | 183.58 | 178.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 49 | 203 | 0.13 | 0.76 | 0 | 0.20 | 289.48 | 0.61 | 0.49 |
| Hex | B0 | 31 | CB | D | 4C | 0 | 14 | 121 | 3D | 31 |
| Octal | 260 | 61 | 313 | 15 | 114 | 0 | 24 | 441 | 75 | 61 |
| Binary | 10110000 | 110001 | 11001011 | 1101 | 1001100 | 0 | 10100 | 100100001 | 111101 | 110001 |
Color Harmonies of #B031CB
Complementary color
Monochromatic Colors of #B031CB
Black with #B031CB
Text Example
Text Example
White with #B031CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B031CB; }
p { color: rgb(176,49,203); }
H1.HeaderClassName
{
color: #B031CB;
}
.AnyTagClassName
{
color: #B031CB;
}
</style>
background-color css
<style>
a { background-color: #B031CB; }
a { background-color: rgb(176,49,203); }
div.DivClassName
{
background-color: #B031CB;
}
.BgClassName
{
background-color: #B031CB;
}
</style>
border-color css
<style>
span { border-color: #B031CB; }
span { border-color: rgb(176,49,203); }
td.TdClassName
{
border-color: #B031CB;
}
.TagClassName
{
border-color: #B031CB;
}
</style>