Shades of Dark Orchid #B527CB
Tints of Dark Orchid #B527CB
RGB
CMYK
RGB Variations
Color information
#B527CB (or 0xB527CB) is known color: Dark Orchid. HEX triplet: B5, 27 and CB. RGB value is (181,39,203). Sum of RGB (Red+Green+Blue) = 181+39+203=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 39 (15.62% from 255 or 9.22% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #B527CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B527CB is #4AD834. Grayscale: #636363. Windows color (decimal): -4905013 or 13313973. OLE color: 13313973.
HSL color Cylindrical-coordinate representation of color #B527CB: hue angle of 291.95º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B527CB is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 39 | 203 | - |
| CMYK | 0.11 | 0.81 | 0 | 0.20 |
| HSL | 291.95º | 0.68% | 0.47% | - |
| HSV(B) | 291.95º | 0.81% | 0.8% | - |
| XYZ | 30.56 | 15.59 | 57.9 | - |
| YUV | 100.15 | 186.04 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 39 | 203 | 0.11 | 0.81 | 0 | 0.20 | 291.95 | 0.68 | 0.47 |
| Hex | B5 | 27 | CB | B | 51 | 0 | 14 | 124 | 44 | 2F |
| Octal | 265 | 47 | 313 | 13 | 121 | 0 | 24 | 444 | 104 | 57 |
| Binary | 10110101 | 100111 | 11001011 | 1011 | 1010001 | 0 | 10100 | 100100100 | 1000100 | 101111 |
Color Harmonies of #B527CB
Complementary color
Monochromatic Colors of #B527CB
Black with #B527CB
Text Example
Text Example
White with #B527CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B527CB; }
p { color: rgb(181,39,203); }
H1.HeaderClassName
{
color: #B527CB;
}
.AnyTagClassName
{
color: #B527CB;
}
</style>
background-color css
<style>
a { background-color: #B527CB; }
a { background-color: rgb(181,39,203); }
div.DivClassName
{
background-color: #B527CB;
}
.BgClassName
{
background-color: #B527CB;
}
</style>
border-color css
<style>
span { border-color: #B527CB; }
span { border-color: rgb(181,39,203); }
td.TdClassName
{
border-color: #B527CB;
}
.TagClassName
{
border-color: #B527CB;
}
</style>