Shades of Dark Orchid #B52FCF
Tints of Dark Orchid #B52FCF
RGB
CMYK
RGB Variations
Color information
#B52FCF (or 0xB52FCF) is known color: Dark Orchid. HEX triplet: B5, 2F and CF. RGB value is (181,47,207). Sum of RGB (Red+Green+Blue) = 181+47+207=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 47 (18.75% from 255 or 10.80% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #B52FCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52FCF is #4AD030. Grayscale: #686868. Windows color (decimal): -4902961 or 13578165. OLE color: 13578165.
HSL color Cylindrical-coordinate representation of color #B52FCF: hue angle of 290.25º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B52FCF is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 47 | 207 | - |
| CMYK | 0.13 | 0.77 | 0 | 0.19 |
| HSL | 290.25º | 0.63% | 0.5% | - |
| HSV(B) | 290.25º | 0.77% | 0.81% | - |
| XYZ | 31.34 | 16.36 | 60.54 | - |
| YUV | 105.31 | 185.39 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 47 | 207 | 0.13 | 0.77 | 0 | 0.19 | 290.25 | 0.63 | 0.5 |
| Hex | B5 | 2F | CF | D | 4D | 0 | 13 | 122 | 3F | 32 |
| Octal | 265 | 57 | 317 | 15 | 115 | 0 | 23 | 442 | 77 | 62 |
| Binary | 10110101 | 101111 | 11001111 | 1101 | 1001101 | 0 | 10011 | 100100010 | 111111 | 110010 |
Color Harmonies of #B52FCF
Complementary color
Monochromatic Colors of #B52FCF
Black with #B52FCF
Text Example
Text Example
White with #B52FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52FCF; }
p { color: rgb(181,47,207); }
H1.HeaderClassName
{
color: #B52FCF;
}
.AnyTagClassName
{
color: #B52FCF;
}
</style>
background-color css
<style>
a { background-color: #B52FCF; }
a { background-color: rgb(181,47,207); }
div.DivClassName
{
background-color: #B52FCF;
}
.BgClassName
{
background-color: #B52FCF;
}
</style>
border-color css
<style>
span { border-color: #B52FCF; }
span { border-color: rgb(181,47,207); }
td.TdClassName
{
border-color: #B52FCF;
}
.TagClassName
{
border-color: #B52FCF;
}
</style>