Shades of Dark Orchid #B535CB
Tints of Dark Orchid #B535CB
RGB
CMYK
RGB Variations
Color information
#B535CB (or 0xB535CB) is known color: Dark Orchid. HEX triplet: B5, 35 and CB. RGB value is (181,53,203). Sum of RGB (Red+Green+Blue) = 181+53+203=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 53 (21.09% from 255 or 12.13% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 203 - color contains mainly: blue. Hex color #B535CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B535CB is #4ACA34. Grayscale: #6B6B6B. Windows color (decimal): -4901429 or 13317557. OLE color: 13317557.
HSL color Cylindrical-coordinate representation of color #B535CB: hue angle of 291.2º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B535CB is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 53 | 203 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.20 |
| HSL | 291.2º | 0.59% | 0.5% | - |
| HSV(B) | 291.2º | 0.74% | 0.8% | - |
| XYZ | 31.11 | 16.68 | 58.08 | - |
| YUV | 108.37 | 181.41 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 53 | 203 | 0.11 | 0.74 | 0 | 0.20 | 291.2 | 0.59 | 0.5 |
| Hex | B5 | 35 | CB | B | 4A | 0 | 14 | 123 | 3B | 32 |
| Octal | 265 | 65 | 313 | 13 | 112 | 0 | 24 | 443 | 73 | 62 |
| Binary | 10110101 | 110101 | 11001011 | 1011 | 1001010 | 0 | 10100 | 100100011 | 111011 | 110010 |
Color Harmonies of #B535CB
Complementary color
Monochromatic Colors of #B535CB
Black with #B535CB
Text Example
Text Example
White with #B535CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B535CB; }
p { color: rgb(181,53,203); }
H1.HeaderClassName
{
color: #B535CB;
}
.AnyTagClassName
{
color: #B535CB;
}
</style>
background-color css
<style>
a { background-color: #B535CB; }
a { background-color: rgb(181,53,203); }
div.DivClassName
{
background-color: #B535CB;
}
.BgClassName
{
background-color: #B535CB;
}
</style>
border-color css
<style>
span { border-color: #B535CB; }
span { border-color: rgb(181,53,203); }
td.TdClassName
{
border-color: #B535CB;
}
.TagClassName
{
border-color: #B535CB;
}
</style>