Shades of Dark Orchid #B52BC1
Tints of Dark Orchid #B52BC1
RGB
CMYK
RGB Variations
Color information
#B52BC1 (or 0xB52BC1) is known color: Dark Orchid. HEX triplet: B5, 2B and C1. RGB value is (181,43,193). Sum of RGB (Red+Green+Blue) = 181+43+193=417 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.41% from 417); Green value is 43 (17.19% from 255 or 10.31% from 417); Blue value is 193 (75.78% from 255 or 46.28% from 417); Max value from RGB is 193 - color contains mainly: blue. Hex color #B52BC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52BC1 is #4AD43E. Grayscale: #646464. Windows color (decimal): -4903999 or 12659637. OLE color: 12659637.
HSL color Cylindrical-coordinate representation of color #B52BC1: hue angle of 295.2º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B52BC1 is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 43 | 193 | - |
| CMYK | 0.06 | 0.78 | 0 | 0.24 |
| HSL | 295.2º | 0.64% | 0.46% | - |
| HSV(B) | 295.2º | 0.78% | 0.76% | - |
| XYZ | 29.55 | 15.4 | 51.87 | - |
| YUV | 101.36 | 179.72 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 43 | 193 | 0.06 | 0.78 | 0 | 0.24 | 295.2 | 0.64 | 0.46 |
| Hex | B5 | 2B | C1 | 6 | 4E | 0 | 18 | 127 | 40 | 2E |
| Octal | 265 | 53 | 301 | 6 | 116 | 0 | 30 | 447 | 100 | 56 |
| Binary | 10110101 | 101011 | 11000001 | 110 | 1001110 | 0 | 11000 | 100100111 | 1000000 | 101110 |
Color Harmonies of #B52BC1
Complementary color
Monochromatic Colors of #B52BC1
Black with #B52BC1
Text Example
Text Example
White with #B52BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52BC1; }
p { color: rgb(181,43,193); }
H1.HeaderClassName
{
color: #B52BC1;
}
.AnyTagClassName
{
color: #B52BC1;
}
</style>
background-color css
<style>
a { background-color: #B52BC1; }
a { background-color: rgb(181,43,193); }
div.DivClassName
{
background-color: #B52BC1;
}
.BgClassName
{
background-color: #B52BC1;
}
</style>
border-color css
<style>
span { border-color: #B52BC1; }
span { border-color: rgb(181,43,193); }
td.TdClassName
{
border-color: #B52BC1;
}
.TagClassName
{
border-color: #B52BC1;
}
</style>