Shades of Dark Orchid #B52DDF
Tints of Dark Orchid #B52DDF
RGB
CMYK
RGB Variations
Color information
#B52DDF (or 0xB52DDF) is known color: Dark Orchid. HEX triplet: B5, 2D and DF. RGB value is (181,45,223). Sum of RGB (Red+Green+Blue) = 181+45+223=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 45 (17.97% from 255 or 10.02% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #B52DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52DDF is #4AD220. Grayscale: #696969. Windows color (decimal): -4903457 or 14626229. OLE color: 14626229.
HSL color Cylindrical-coordinate representation of color #B52DDF: hue angle of 285.84º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B52DDF is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 45 | 223 | - |
| CMYK | 0.19 | 0.80 | 0 | 0.13 |
| HSL | 285.84º | 0.74% | 0.53% | - |
| HSV(B) | 285.84º | 0.8% | 0.87% | - |
| XYZ | 33.31 | 17.03 | 71.34 | - |
| YUV | 105.96 | 194.06 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 45 | 223 | 0.19 | 0.80 | 0 | 0.13 | 285.84 | 0.74 | 0.53 |
| Hex | B5 | 2D | DF | 13 | 50 | 0 | D | 11E | 4A | 35 |
| Octal | 265 | 55 | 337 | 23 | 120 | 0 | 15 | 436 | 112 | 65 |
| Binary | 10110101 | 101101 | 11011111 | 10011 | 1010000 | 0 | 1101 | 100011110 | 1001010 | 110101 |
Color Harmonies of #B52DDF
Complementary color
Monochromatic Colors of #B52DDF
Black with #B52DDF
Text Example
Text Example
White with #B52DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52DDF; }
p { color: rgb(181,45,223); }
H1.HeaderClassName
{
color: #B52DDF;
}
.AnyTagClassName
{
color: #B52DDF;
}
</style>
background-color css
<style>
a { background-color: #B52DDF; }
a { background-color: rgb(181,45,223); }
div.DivClassName
{
background-color: #B52DDF;
}
.BgClassName
{
background-color: #B52DDF;
}
</style>
border-color css
<style>
span { border-color: #B52DDF; }
span { border-color: rgb(181,45,223); }
td.TdClassName
{
border-color: #B52DDF;
}
.TagClassName
{
border-color: #B52DDF;
}
</style>