Shades of Dark Orchid #B52FCB
Tints of Dark Orchid #B52FCB
RGB
CMYK
RGB Variations
Color information
#B52FCB (or 0xB52FCB) is known color: Dark Orchid. HEX triplet: B5, 2F and CB. RGB value is (181,47,203). Sum of RGB (Red+Green+Blue) = 181+47+203=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 47 (18.75% from 255 or 10.90% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #B52FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52FCB is #4AD034. Grayscale: #686868. Windows color (decimal): -4902965 or 13316021. OLE color: 13316021.
HSL color Cylindrical-coordinate representation of color #B52FCB: hue angle of 291.54º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B52FCB is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 47 | 203 | - |
| CMYK | 0.11 | 0.77 | 0 | 0.20 |
| HSL | 291.54º | 0.62% | 0.49% | - |
| HSV(B) | 291.54º | 0.77% | 0.8% | - |
| XYZ | 30.85 | 16.17 | 57.99 | - |
| YUV | 104.85 | 183.39 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 47 | 203 | 0.11 | 0.77 | 0 | 0.20 | 291.54 | 0.62 | 0.49 |
| Hex | B5 | 2F | CB | B | 4D | 0 | 14 | 124 | 3E | 31 |
| Octal | 265 | 57 | 313 | 13 | 115 | 0 | 24 | 444 | 76 | 61 |
| Binary | 10110101 | 101111 | 11001011 | 1011 | 1001101 | 0 | 10100 | 100100100 | 111110 | 110001 |
Color Harmonies of #B52FCB
Complementary color
Monochromatic Colors of #B52FCB
Black with #B52FCB
Text Example
Text Example
White with #B52FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52FCB; }
p { color: rgb(181,47,203); }
H1.HeaderClassName
{
color: #B52FCB;
}
.AnyTagClassName
{
color: #B52FCB;
}
</style>
background-color css
<style>
a { background-color: #B52FCB; }
a { background-color: rgb(181,47,203); }
div.DivClassName
{
background-color: #B52FCB;
}
.BgClassName
{
background-color: #B52FCB;
}
</style>
border-color css
<style>
span { border-color: #B52FCB; }
span { border-color: rgb(181,47,203); }
td.TdClassName
{
border-color: #B52FCB;
}
.TagClassName
{
border-color: #B52FCB;
}
</style>