Shades of Dark Orchid #B52DBB
Tints of Dark Orchid #B52DBB
RGB
CMYK
RGB Variations
Color information
#B52DBB (or 0xB52DBB) is known color: Dark Orchid. HEX triplet: B5, 2D and BB. RGB value is (181,45,187). Sum of RGB (Red+Green+Blue) = 181+45+187=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 45 (17.97% from 255 or 10.90% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 187 - color contains mainly: blue. Hex color #B52DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52DBB is #4AD244. Grayscale: #656565. Windows color (decimal): -4903493 or 12266933. OLE color: 12266933.
HSL color Cylindrical-coordinate representation of color #B52DBB: hue angle of 297.46º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B52DBB is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 45 | 187 | - |
| CMYK | 0.03 | 0.76 | 0 | 0.27 |
| HSL | 297.46º | 0.61% | 0.45% | - |
| HSV(B) | 297.46º | 0.76% | 0.73% | - |
| XYZ | 28.96 | 15.29 | 48.44 | - |
| YUV | 101.85 | 176.06 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 45 | 187 | 0.03 | 0.76 | 0 | 0.27 | 297.46 | 0.61 | 0.45 |
| Hex | B5 | 2D | BB | 3 | 4C | 0 | 1B | 129 | 3D | 2D |
| Octal | 265 | 55 | 273 | 3 | 114 | 0 | 33 | 451 | 75 | 55 |
| Binary | 10110101 | 101101 | 10111011 | 11 | 1001100 | 0 | 11011 | 100101001 | 111101 | 101101 |
Color Harmonies of #B52DBB
Complementary color
Monochromatic Colors of #B52DBB
Black with #B52DBB
Text Example
Text Example
White with #B52DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52DBB; }
p { color: rgb(181,45,187); }
H1.HeaderClassName
{
color: #B52DBB;
}
.AnyTagClassName
{
color: #B52DBB;
}
</style>
background-color css
<style>
a { background-color: #B52DBB; }
a { background-color: rgb(181,45,187); }
div.DivClassName
{
background-color: #B52DBB;
}
.BgClassName
{
background-color: #B52DBB;
}
</style>
border-color css
<style>
span { border-color: #B52DBB; }
span { border-color: rgb(181,45,187); }
td.TdClassName
{
border-color: #B52DBB;
}
.TagClassName
{
border-color: #B52DBB;
}
</style>