Shades of Dark Orchid #B531CB
Tints of Dark Orchid #B531CB
RGB
CMYK
RGB Variations
Color information
#B531CB (or 0xB531CB) is known color: Dark Orchid. HEX triplet: B5, 31 and CB. RGB value is (181,49,203). Sum of RGB (Red+Green+Blue) = 181+49+203=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 49 (19.53% from 255 or 11.32% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #B531CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B531CB is #4ACE34. Grayscale: #696969. Windows color (decimal): -4902453 or 13316533. OLE color: 13316533.
HSL color Cylindrical-coordinate representation of color #B531CB: hue angle of 291.43º 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 #B531CB is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 49 | 203 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.20 |
| HSL | 291.43º | 0.61% | 0.49% | - |
| HSV(B) | 291.43º | 0.76% | 0.8% | - |
| XYZ | 30.93 | 16.33 | 58.02 | - |
| YUV | 106.02 | 182.73 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 49 | 203 | 0.11 | 0.76 | 0 | 0.20 | 291.43 | 0.61 | 0.49 |
| Hex | B5 | 31 | CB | B | 4C | 0 | 14 | 123 | 3D | 31 |
| Octal | 265 | 61 | 313 | 13 | 114 | 0 | 24 | 443 | 75 | 61 |
| Binary | 10110101 | 110001 | 11001011 | 1011 | 1001100 | 0 | 10100 | 100100011 | 111101 | 110001 |
Color Harmonies of #B531CB
Complementary color
Monochromatic Colors of #B531CB
Black with #B531CB
Text Example
Text Example
White with #B531CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B531CB; }
p { color: rgb(181,49,203); }
H1.HeaderClassName
{
color: #B531CB;
}
.AnyTagClassName
{
color: #B531CB;
}
</style>
background-color css
<style>
a { background-color: #B531CB; }
a { background-color: rgb(181,49,203); }
div.DivClassName
{
background-color: #B531CB;
}
.BgClassName
{
background-color: #B531CB;
}
</style>
border-color css
<style>
span { border-color: #B531CB; }
span { border-color: rgb(181,49,203); }
td.TdClassName
{
border-color: #B531CB;
}
.TagClassName
{
border-color: #B531CB;
}
</style>