Shades of Dark Orchid #B52BDF
Tints of Dark Orchid #B52BDF
RGB
CMYK
RGB Variations
Color information
#B52BDF (or 0xB52BDF) is known color: Dark Orchid. HEX triplet: B5, 2B and DF. RGB value is (181,43,223). Sum of RGB (Red+Green+Blue) = 181+43+223=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 43 (17.19% from 255 or 9.62% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #B52BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52BDF is #4AD420. Grayscale: #686868. Windows color (decimal): -4903969 or 14625717. OLE color: 14625717.
HSL color Cylindrical-coordinate representation of color #B52BDF: hue angle of 286º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B52BDF is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 43 | 223 | - |
| CMYK | 0.19 | 0.81 | 0 | 0.13 |
| HSL | 286º | 0.74% | 0.52% | - |
| HSV(B) | 286º | 0.81% | 0.87% | - |
| XYZ | 33.24 | 16.88 | 71.32 | - |
| YUV | 104.78 | 194.72 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 43 | 223 | 0.19 | 0.81 | 0 | 0.13 | 286 | 0.74 | 0.52 |
| Hex | B5 | 2B | DF | 13 | 51 | 0 | D | 11E | 4A | 34 |
| Octal | 265 | 53 | 337 | 23 | 121 | 0 | 15 | 436 | 112 | 64 |
| Binary | 10110101 | 101011 | 11011111 | 10011 | 1010001 | 0 | 1101 | 100011110 | 1001010 | 110100 |
Color Harmonies of #B52BDF
Complementary color
Monochromatic Colors of #B52BDF
Black with #B52BDF
Text Example
Text Example
White with #B52BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52BDF; }
p { color: rgb(181,43,223); }
H1.HeaderClassName
{
color: #B52BDF;
}
.AnyTagClassName
{
color: #B52BDF;
}
</style>
background-color css
<style>
a { background-color: #B52BDF; }
a { background-color: rgb(181,43,223); }
div.DivClassName
{
background-color: #B52BDF;
}
.BgClassName
{
background-color: #B52BDF;
}
</style>
border-color css
<style>
span { border-color: #B52BDF; }
span { border-color: rgb(181,43,223); }
td.TdClassName
{
border-color: #B52BDF;
}
.TagClassName
{
border-color: #B52BDF;
}
</style>