Shades of Dark Orchid #B52CE3
Tints of Dark Orchid #B52CE3
RGB
CMYK
RGB Variations
Color information
#B52CE3 (or 0xB52CE3) is known color: Dark Orchid. HEX triplet: B5, 2C and E3. RGB value is (181,44,227). Sum of RGB (Red+Green+Blue) = 181+44+227=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 44 (17.58% from 255 or 9.73% from 452); Blue value is 227 (89.06% from 255 or 50.22% from 452); Max value from RGB is 227 - color contains mainly: blue. Hex color #B52CE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52CE3 is #4AD31C. Grayscale: #696969. Windows color (decimal): -4903709 or 14888117. OLE color: 14888117.
HSL color Cylindrical-coordinate representation of color #B52CE3: hue angle of 284.92º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B52CE3 is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 44 | 227 | - |
| CMYK | 0.20 | 0.81 | 0 | 0.11 |
| HSL | 284.92º | 0.77% | 0.53% | - |
| HSV(B) | 284.92º | 0.81% | 0.89% | - |
| XYZ | 33.82 | 17.17 | 74.2 | - |
| YUV | 105.83 | 196.39 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 44 | 227 | 0.20 | 0.81 | 0 | 0.11 | 284.92 | 0.77 | 0.53 |
| Hex | B5 | 2C | E3 | 14 | 51 | 0 | B | 11D | 4D | 35 |
| Octal | 265 | 54 | 343 | 24 | 121 | 0 | 13 | 435 | 115 | 65 |
| Binary | 10110101 | 101100 | 11100011 | 10100 | 1010001 | 0 | 1011 | 100011101 | 1001101 | 110101 |
Color Harmonies of #B52CE3
Complementary color
Monochromatic Colors of #B52CE3
Black with #B52CE3
Text Example
Text Example
White with #B52CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52CE3; }
p { color: rgb(181,44,227); }
H1.HeaderClassName
{
color: #B52CE3;
}
.AnyTagClassName
{
color: #B52CE3;
}
</style>
background-color css
<style>
a { background-color: #B52CE3; }
a { background-color: rgb(181,44,227); }
div.DivClassName
{
background-color: #B52CE3;
}
.BgClassName
{
background-color: #B52CE3;
}
</style>
border-color css
<style>
span { border-color: #B52CE3; }
span { border-color: rgb(181,44,227); }
td.TdClassName
{
border-color: #B52CE3;
}
.TagClassName
{
border-color: #B52CE3;
}
</style>