Shades of Dark Orchid #B535C9
Tints of Dark Orchid #B535C9
RGB
CMYK
RGB Variations
Color information
#B535C9 (or 0xB535C9) is known color: Dark Orchid. HEX triplet: B5, 35 and C9. RGB value is (181,53,201). Sum of RGB (Red+Green+Blue) = 181+53+201=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 53 (21.09% from 255 or 12.18% from 435); Blue value is 201 (78.91% from 255 or 46.21% from 435); Max value from RGB is 201 - color contains mainly: blue. Hex color #B535C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B535C9 is #4ACA36. Grayscale: #6B6B6B. Windows color (decimal): -4901431 or 13186485. OLE color: 13186485.
HSL color Cylindrical-coordinate representation of color #B535C9: hue angle of 291.89º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B535C9 is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 53 | 201 | - |
| CMYK | 0.10 | 0.74 | 0 | 0.21 |
| HSL | 291.89º | 0.58% | 0.5% | - |
| HSV(B) | 291.89º | 0.74% | 0.79% | - |
| XYZ | 30.87 | 16.59 | 56.83 | - |
| YUV | 108.14 | 180.41 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 53 | 201 | 0.10 | 0.74 | 0 | 0.21 | 291.89 | 0.58 | 0.5 |
| Hex | B5 | 35 | C9 | A | 4A | 0 | 15 | 124 | 3A | 32 |
| Octal | 265 | 65 | 311 | 12 | 112 | 0 | 25 | 444 | 72 | 62 |
| Binary | 10110101 | 110101 | 11001001 | 1010 | 1001010 | 0 | 10101 | 100100100 | 111010 | 110010 |
Color Harmonies of #B535C9
Complementary color
Monochromatic Colors of #B535C9
Black with #B535C9
Text Example
Text Example
White with #B535C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B535C9; }
p { color: rgb(181,53,201); }
H1.HeaderClassName
{
color: #B535C9;
}
.AnyTagClassName
{
color: #B535C9;
}
</style>
background-color css
<style>
a { background-color: #B535C9; }
a { background-color: rgb(181,53,201); }
div.DivClassName
{
background-color: #B535C9;
}
.BgClassName
{
background-color: #B535C9;
}
</style>
border-color css
<style>
span { border-color: #B535C9; }
span { border-color: rgb(181,53,201); }
td.TdClassName
{
border-color: #B535C9;
}
.TagClassName
{
border-color: #B535C9;
}
</style>