Shades of Dark Orchid #B52CC5
Tints of Dark Orchid #B52CC5
RGB
CMYK
RGB Variations
Color information
#B52CC5 (or 0xB52CC5) is known color: Dark Orchid. HEX triplet: B5, 2C and C5. RGB value is (181,44,197). Sum of RGB (Red+Green+Blue) = 181+44+197=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 44 (17.58% from 255 or 10.43% from 422); Blue value is 197 (77.34% from 255 or 46.68% from 422); Max value from RGB is 197 - color contains mainly: blue. Hex color #B52CC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52CC5 is #4AD33A. Grayscale: #656565. Windows color (decimal): -4903739 or 12922037. OLE color: 12922037.
HSL color Cylindrical-coordinate representation of color #B52CC5: hue angle of 293.73º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B52CC5 is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 181 | 44 | 197 | - |
| CMYK | 0.08 | 0.78 | 0 | 0.23 |
| HSL | 293.73º | 0.63% | 0.47% | - |
| HSV(B) | 293.73º | 0.78% | 0.77% | - |
| XYZ | 30.03 | 15.66 | 54.26 | - |
| YUV | 102.41 | 181.39 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 44 | 197 | 0.08 | 0.78 | 0 | 0.23 | 293.73 | 0.63 | 0.47 |
| Hex | B5 | 2C | C5 | 8 | 4E | 0 | 17 | 126 | 3F | 2F |
| Octal | 265 | 54 | 305 | 10 | 116 | 0 | 27 | 446 | 77 | 57 |
| Binary | 10110101 | 101100 | 11000101 | 1000 | 1001110 | 0 | 10111 | 100100110 | 111111 | 101111 |
Color Harmonies of #B52CC5
Complementary color
Monochromatic Colors of #B52CC5
Black with #B52CC5
Text Example
Text Example
White with #B52CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52CC5; }
p { color: rgb(181,44,197); }
H1.HeaderClassName
{
color: #B52CC5;
}
.AnyTagClassName
{
color: #B52CC5;
}
</style>
background-color css
<style>
a { background-color: #B52CC5; }
a { background-color: rgb(181,44,197); }
div.DivClassName
{
background-color: #B52CC5;
}
.BgClassName
{
background-color: #B52CC5;
}
</style>
border-color css
<style>
span { border-color: #B52CC5; }
span { border-color: rgb(181,44,197); }
td.TdClassName
{
border-color: #B52CC5;
}
.TagClassName
{
border-color: #B52CC5;
}
</style>