Shades of Dark Orchid #B527CC
Tints of Dark Orchid #B527CC
RGB
CMYK
RGB Variations
Color information
#B527CC (or 0xB527CC) is known color: Dark Orchid. HEX triplet: B5, 27 and CC. RGB value is (181,39,204). Sum of RGB (Red+Green+Blue) = 181+39+204=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 39 (15.62% from 255 or 9.20% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #B527CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B527CC is #4AD833. Grayscale: #636363. Windows color (decimal): -4905012 or 13379509. OLE color: 13379509.
HSL color Cylindrical-coordinate representation of color #B527CC: hue angle of 291.64º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B527CC is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 39 | 204 | - |
| CMYK | 0.11 | 0.81 | 0 | 0.2 |
| HSL | 291.64º | 0.68% | 0.48% | - |
| HSV(B) | 291.64º | 0.81% | 0.8% | - |
| XYZ | 30.68 | 15.63 | 58.53 | - |
| YUV | 100.27 | 186.54 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 39 | 204 | 0.11 | 0.81 | 0 | 0.2 | 291.64 | 0.68 | 0.48 |
| Hex | B5 | 27 | CC | B | 51 | 0 | 14 | 124 | 44 | 30 |
| Octal | 265 | 47 | 314 | 13 | 121 | 0 | 24 | 444 | 104 | 60 |
| Binary | 10110101 | 100111 | 11001100 | 1011 | 1010001 | 0 | 10100 | 100100100 | 1000100 | 110000 |
Color Harmonies of #B527CC
Complementary color
Monochromatic Colors of #B527CC
Black with #B527CC
Text Example
Text Example
White with #B527CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B527CC; }
p { color: rgb(181,39,204); }
H1.HeaderClassName
{
color: #B527CC;
}
.AnyTagClassName
{
color: #B527CC;
}
</style>
background-color css
<style>
a { background-color: #B527CC; }
a { background-color: rgb(181,39,204); }
div.DivClassName
{
background-color: #B527CC;
}
.BgClassName
{
background-color: #B527CC;
}
</style>
border-color css
<style>
span { border-color: #B527CC; }
span { border-color: rgb(181,39,204); }
td.TdClassName
{
border-color: #B527CC;
}
.TagClassName
{
border-color: #B527CC;
}
</style>