Shades of Dark Orchid #B535CE
Tints of Dark Orchid #B535CE
RGB
CMYK
RGB Variations
Color information
#B535CE (or 0xB535CE) is known color: Dark Orchid. HEX triplet: B5, 35 and CE. RGB value is (181,53,206). Sum of RGB (Red+Green+Blue) = 181+53+206=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 53 (21.09% from 255 or 12.05% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #B535CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B535CE is #4ACA31. Grayscale: #6C6C6C. Windows color (decimal): -4901426 or 13514165. OLE color: 13514165.
HSL color Cylindrical-coordinate representation of color #B535CE: hue angle of 290.2º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B535CE is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 53 | 206 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.19 |
| HSL | 290.2º | 0.61% | 0.51% | - |
| HSV(B) | 290.2º | 0.74% | 0.81% | - |
| XYZ | 31.47 | 16.83 | 59.98 | - |
| YUV | 108.71 | 182.91 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 53 | 206 | 0.12 | 0.74 | 0 | 0.19 | 290.2 | 0.61 | 0.51 |
| Hex | B5 | 35 | CE | C | 4A | 0 | 13 | 122 | 3D | 33 |
| Octal | 265 | 65 | 316 | 14 | 112 | 0 | 23 | 442 | 75 | 63 |
| Binary | 10110101 | 110101 | 11001110 | 1100 | 1001010 | 0 | 10011 | 100100010 | 111101 | 110011 |
Color Harmonies of #B535CE
Complementary color
Monochromatic Colors of #B535CE
Black with #B535CE
Text Example
Text Example
White with #B535CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B535CE; }
p { color: rgb(181,53,206); }
H1.HeaderClassName
{
color: #B535CE;
}
.AnyTagClassName
{
color: #B535CE;
}
</style>
background-color css
<style>
a { background-color: #B535CE; }
a { background-color: rgb(181,53,206); }
div.DivClassName
{
background-color: #B535CE;
}
.BgClassName
{
background-color: #B535CE;
}
</style>
border-color css
<style>
span { border-color: #B535CE; }
span { border-color: rgb(181,53,206); }
td.TdClassName
{
border-color: #B535CE;
}
.TagClassName
{
border-color: #B535CE;
}
</style>