Shades of Dark Orchid #B52ACF
Tints of Dark Orchid #B52ACF
RGB
CMYK
RGB Variations
Color information
#B52ACF (or 0xB52ACF) is known color: Dark Orchid. HEX triplet: B5, 2A and CF. RGB value is (181,42,207). Sum of RGB (Red+Green+Blue) = 181+42+207=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 42 (16.80% from 255 or 9.77% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #B52ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52ACF is #4AD530. Grayscale: #656565. Windows color (decimal): -4904241 or 13576885. OLE color: 13576885.
HSL color Cylindrical-coordinate representation of color #B52ACF: hue angle of 290.55º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B52ACF is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 42 | 207 | - |
| CMYK | 0.13 | 0.80 | 0 | 0.19 |
| HSL | 290.55º | 0.66% | 0.49% | - |
| HSV(B) | 290.55º | 0.8% | 0.81% | - |
| XYZ | 31.15 | 15.98 | 60.48 | - |
| YUV | 102.37 | 187.05 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 42 | 207 | 0.13 | 0.80 | 0 | 0.19 | 290.55 | 0.66 | 0.49 |
| Hex | B5 | 2A | CF | D | 50 | 0 | 13 | 123 | 42 | 31 |
| Octal | 265 | 52 | 317 | 15 | 120 | 0 | 23 | 443 | 102 | 61 |
| Binary | 10110101 | 101010 | 11001111 | 1101 | 1010000 | 0 | 10011 | 100100011 | 1000010 | 110001 |
Color Harmonies of #B52ACF
Complementary color
Monochromatic Colors of #B52ACF
Black with #B52ACF
Text Example
Text Example
White with #B52ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52ACF; }
p { color: rgb(181,42,207); }
H1.HeaderClassName
{
color: #B52ACF;
}
.AnyTagClassName
{
color: #B52ACF;
}
</style>
background-color css
<style>
a { background-color: #B52ACF; }
a { background-color: rgb(181,42,207); }
div.DivClassName
{
background-color: #B52ACF;
}
.BgClassName
{
background-color: #B52ACF;
}
</style>
border-color css
<style>
span { border-color: #B52ACF; }
span { border-color: rgb(181,42,207); }
td.TdClassName
{
border-color: #B52ACF;
}
.TagClassName
{
border-color: #B52ACF;
}
</style>