Shades of Dark Orchid #B031CA
Tints of Dark Orchid #B031CA
RGB
CMYK
RGB Variations
Color information
#B031CA (or 0xB031CA) is known color: Dark Orchid. HEX triplet: B0, 31 and CA. RGB value is (176,49,202). Sum of RGB (Red+Green+Blue) = 176+49+202=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 49 (19.53% from 255 or 11.48% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 202 - color contains mainly: blue. Hex color #B031CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B031CA is #4FCE35. Grayscale: #676767. Windows color (decimal): -5230134 or 13250992. OLE color: 13250992.
HSL color Cylindrical-coordinate representation of color #B031CA: hue angle of 289.8º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B031CA is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 49 | 202 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.21 |
| HSL | 289.8º | 0.61% | 0.49% | - |
| HSV(B) | 289.8º | 0.76% | 0.79% | - |
| XYZ | 29.66 | 15.69 | 57.34 | - |
| YUV | 104.42 | 183.08 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 49 | 202 | 0.13 | 0.76 | 0 | 0.21 | 289.8 | 0.61 | 0.49 |
| Hex | B0 | 31 | CA | D | 4C | 0 | 15 | 122 | 3D | 31 |
| Octal | 260 | 61 | 312 | 15 | 114 | 0 | 25 | 442 | 75 | 61 |
| Binary | 10110000 | 110001 | 11001010 | 1101 | 1001100 | 0 | 10101 | 100100010 | 111101 | 110001 |
Color Harmonies of #B031CA
Complementary color
Monochromatic Colors of #B031CA
Black with #B031CA
Text Example
Text Example
White with #B031CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B031CA; }
p { color: rgb(176,49,202); }
H1.HeaderClassName
{
color: #B031CA;
}
.AnyTagClassName
{
color: #B031CA;
}
</style>
background-color css
<style>
a { background-color: #B031CA; }
a { background-color: rgb(176,49,202); }
div.DivClassName
{
background-color: #B031CA;
}
.BgClassName
{
background-color: #B031CA;
}
</style>
border-color css
<style>
span { border-color: #B031CA; }
span { border-color: rgb(176,49,202); }
td.TdClassName
{
border-color: #B031CA;
}
.TagClassName
{
border-color: #B031CA;
}
</style>