Shades of Dark Orchid #B535CC
Tints of Dark Orchid #B535CC
RGB
CMYK
RGB Variations
Color information
#B535CC (or 0xB535CC) is known color: Dark Orchid. HEX triplet: B5, 35 and CC. RGB value is (181,53,204). Sum of RGB (Red+Green+Blue) = 181+53+204=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 53 (21.09% from 255 or 12.10% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 204 - color contains mainly: blue. Hex color #B535CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B535CC is #4ACA33. Grayscale: #6C6C6C. Windows color (decimal): -4901428 or 13383093. OLE color: 13383093.
HSL color Cylindrical-coordinate representation of color #B535CC: hue angle of 290.86º degrees, saturation: 0.6, 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 #B535CC is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 53 | 204 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.2 |
| HSL | 290.86º | 0.6% | 0.5% | - |
| HSV(B) | 290.86º | 0.74% | 0.8% | - |
| XYZ | 31.23 | 16.73 | 58.71 | - |
| YUV | 108.49 | 181.91 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 53 | 204 | 0.11 | 0.74 | 0 | 0.2 | 290.86 | 0.6 | 0.5 |
| Hex | B5 | 35 | CC | B | 4A | 0 | 14 | 123 | 3C | 32 |
| Octal | 265 | 65 | 314 | 13 | 112 | 0 | 24 | 443 | 74 | 62 |
| Binary | 10110101 | 110101 | 11001100 | 1011 | 1001010 | 0 | 10100 | 100100011 | 111100 | 110010 |
Color Harmonies of #B535CC
Complementary color
Monochromatic Colors of #B535CC
Black with #B535CC
Text Example
Text Example
White with #B535CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B535CC; }
p { color: rgb(181,53,204); }
H1.HeaderClassName
{
color: #B535CC;
}
.AnyTagClassName
{
color: #B535CC;
}
</style>
background-color css
<style>
a { background-color: #B535CC; }
a { background-color: rgb(181,53,204); }
div.DivClassName
{
background-color: #B535CC;
}
.BgClassName
{
background-color: #B535CC;
}
</style>
border-color css
<style>
span { border-color: #B535CC; }
span { border-color: rgb(181,53,204); }
td.TdClassName
{
border-color: #B535CC;
}
.TagClassName
{
border-color: #B535CC;
}
</style>