Shades of Dark Orchid #B931CA
Tints of Dark Orchid #B931CA
RGB
CMYK
RGB Variations
Color information
#B931CA (or 0xB931CA) is known color: Dark Orchid. HEX triplet: B9, 31 and CA. RGB value is (185,49,202). Sum of RGB (Red+Green+Blue) = 185+49+202=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 49 (19.53% from 255 or 11.24% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 202 - color contains mainly: blue. Hex color #B931CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B931CA is #46CE35. Grayscale: #6A6A6A. Windows color (decimal): -4640310 or 13251001. OLE color: 13251001.
HSL color Cylindrical-coordinate representation of color #B931CA: hue angle of 293.33º 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 #B931CA is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 49 | 202 | - |
| CMYK | 0.08 | 0.76 | 0 | 0.21 |
| HSL | 293.33º | 0.61% | 0.49% | - |
| HSV(B) | 293.33º | 0.76% | 0.79% | - |
| XYZ | 31.77 | 16.78 | 57.44 | - |
| YUV | 107.11 | 181.56 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 49 | 202 | 0.08 | 0.76 | 0 | 0.21 | 293.33 | 0.61 | 0.49 |
| Hex | B9 | 31 | CA | 8 | 4C | 0 | 15 | 125 | 3D | 31 |
| Octal | 271 | 61 | 312 | 10 | 114 | 0 | 25 | 445 | 75 | 61 |
| Binary | 10111001 | 110001 | 11001010 | 1000 | 1001100 | 0 | 10101 | 100100101 | 111101 | 110001 |
Color Harmonies of #B931CA
Complementary color
Monochromatic Colors of #B931CA
Black with #B931CA
Text Example
Text Example
White with #B931CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B931CA; }
p { color: rgb(185,49,202); }
H1.HeaderClassName
{
color: #B931CA;
}
.AnyTagClassName
{
color: #B931CA;
}
</style>
background-color css
<style>
a { background-color: #B931CA; }
a { background-color: rgb(185,49,202); }
div.DivClassName
{
background-color: #B931CA;
}
.BgClassName
{
background-color: #B931CA;
}
</style>
border-color css
<style>
span { border-color: #B931CA; }
span { border-color: rgb(185,49,202); }
td.TdClassName
{
border-color: #B931CA;
}
.TagClassName
{
border-color: #B931CA;
}
</style>