Shades of Dark Orchid #B52CC6
Tints of Dark Orchid #B52CC6
RGB
CMYK
RGB Variations
Color information
#B52CC6 (or 0xB52CC6) is known color: Dark Orchid. HEX triplet: B5, 2C and C6. RGB value is (181,44,198). Sum of RGB (Red+Green+Blue) = 181+44+198=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 44 (17.58% from 255 or 10.40% from 423); Blue value is 198 (77.73% from 255 or 46.81% from 423); Max value from RGB is 198 - color contains mainly: blue. Hex color #B52CC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52CC6 is #4AD339. Grayscale: #666666. Windows color (decimal): -4903738 or 12987573. OLE color: 12987573.
HSL color Cylindrical-coordinate representation of color #B52CC6: hue angle of 293.38º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B52CC6 is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 44 | 198 | - |
| CMYK | 0.09 | 0.78 | 0 | 0.22 |
| HSL | 293.38º | 0.64% | 0.47% | - |
| HSV(B) | 293.38º | 0.78% | 0.78% | - |
| XYZ | 30.15 | 15.7 | 54.87 | - |
| YUV | 102.52 | 181.89 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 44 | 198 | 0.09 | 0.78 | 0 | 0.22 | 293.38 | 0.64 | 0.47 |
| Hex | B5 | 2C | C6 | 9 | 4E | 0 | 16 | 125 | 40 | 2F |
| Octal | 265 | 54 | 306 | 11 | 116 | 0 | 26 | 445 | 100 | 57 |
| Binary | 10110101 | 101100 | 11000110 | 1001 | 1001110 | 0 | 10110 | 100100101 | 1000000 | 101111 |
Color Harmonies of #B52CC6
Complementary color
Monochromatic Colors of #B52CC6
Black with #B52CC6
Text Example
Text Example
White with #B52CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52CC6; }
p { color: rgb(181,44,198); }
H1.HeaderClassName
{
color: #B52CC6;
}
.AnyTagClassName
{
color: #B52CC6;
}
</style>
background-color css
<style>
a { background-color: #B52CC6; }
a { background-color: rgb(181,44,198); }
div.DivClassName
{
background-color: #B52CC6;
}
.BgClassName
{
background-color: #B52CC6;
}
</style>
border-color css
<style>
span { border-color: #B52CC6; }
span { border-color: rgb(181,44,198); }
td.TdClassName
{
border-color: #B52CC6;
}
.TagClassName
{
border-color: #B52CC6;
}
</style>