Shades of Dark Orchid #B535DF
Tints of Dark Orchid #B535DF
RGB
CMYK
RGB Variations
Color information
#B535DF (or 0xB535DF) is known color: Dark Orchid. HEX triplet: B5, 35 and DF. RGB value is (181,53,223). Sum of RGB (Red+Green+Blue) = 181+53+223=457 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.61% from 457); Green value is 53 (21.09% from 255 or 11.60% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #B535DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B535DF is #4ACA20. Grayscale: #6E6E6E. Windows color (decimal): -4901409 or 14628277. OLE color: 14628277.
HSL color Cylindrical-coordinate representation of color #B535DF: hue angle of 285.18º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B535DF is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 53 | 223 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.13 |
| HSL | 285.18º | 0.73% | 0.54% | - |
| HSV(B) | 285.18º | 0.76% | 0.87% | - |
| XYZ | 33.65 | 17.7 | 71.45 | - |
| YUV | 110.65 | 191.41 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 53 | 223 | 0.19 | 0.76 | 0 | 0.13 | 285.18 | 0.73 | 0.54 |
| Hex | B5 | 35 | DF | 13 | 4C | 0 | D | 11D | 49 | 36 |
| Octal | 265 | 65 | 337 | 23 | 114 | 0 | 15 | 435 | 111 | 66 |
| Binary | 10110101 | 110101 | 11011111 | 10011 | 1001100 | 0 | 1101 | 100011101 | 1001001 | 110110 |
Color Harmonies of #B535DF
Complementary color
Monochromatic Colors of #B535DF
Black with #B535DF
Text Example
Text Example
White with #B535DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B535DF; }
p { color: rgb(181,53,223); }
H1.HeaderClassName
{
color: #B535DF;
}
.AnyTagClassName
{
color: #B535DF;
}
</style>
background-color css
<style>
a { background-color: #B535DF; }
a { background-color: rgb(181,53,223); }
div.DivClassName
{
background-color: #B535DF;
}
.BgClassName
{
background-color: #B535DF;
}
</style>
border-color css
<style>
span { border-color: #B535DF; }
span { border-color: rgb(181,53,223); }
td.TdClassName
{
border-color: #B535DF;
}
.TagClassName
{
border-color: #B535DF;
}
</style>