Shades of Dark Orchid #B527C0
Tints of Dark Orchid #B527C0
RGB
CMYK
RGB Variations
Color information
#B527C0 (or 0xB527C0) is known color: Dark Orchid. HEX triplet: B5, 27 and C0. RGB value is (181,39,192). Sum of RGB (Red+Green+Blue) = 181+39+192=412 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.93% from 412); Green value is 39 (15.62% from 255 or 9.47% from 412); Blue value is 192 (75.39% from 255 or 46.60% from 412); Max value from RGB is 192 - color contains mainly: blue. Hex color #B527C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B527C0 is #4AD83F. Grayscale: #626262. Windows color (decimal): -4905024 or 12593077. OLE color: 12593077.
HSL color Cylindrical-coordinate representation of color #B527C0: hue angle of 295.69º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B527C0 is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 39 | 192 | - |
| CMYK | 0.06 | 0.80 | 0 | 0.25 |
| HSL | 295.69º | 0.66% | 0.45% | - |
| HSV(B) | 295.69º | 0.8% | 0.75% | - |
| XYZ | 29.3 | 15.08 | 51.24 | - |
| YUV | 98.9 | 180.54 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 39 | 192 | 0.06 | 0.80 | 0 | 0.25 | 295.69 | 0.66 | 0.45 |
| Hex | B5 | 27 | C0 | 6 | 50 | 0 | 19 | 128 | 42 | 2D |
| Octal | 265 | 47 | 300 | 6 | 120 | 0 | 31 | 450 | 102 | 55 |
| Binary | 10110101 | 100111 | 11000000 | 110 | 1010000 | 0 | 11001 | 100101000 | 1000010 | 101101 |
Color Harmonies of #B527C0
Complementary color
Monochromatic Colors of #B527C0
Black with #B527C0
Text Example
Text Example
White with #B527C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B527C0; }
p { color: rgb(181,39,192); }
H1.HeaderClassName
{
color: #B527C0;
}
.AnyTagClassName
{
color: #B527C0;
}
</style>
background-color css
<style>
a { background-color: #B527C0; }
a { background-color: rgb(181,39,192); }
div.DivClassName
{
background-color: #B527C0;
}
.BgClassName
{
background-color: #B527C0;
}
</style>
border-color css
<style>
span { border-color: #B527C0; }
span { border-color: rgb(181,39,192); }
td.TdClassName
{
border-color: #B527C0;
}
.TagClassName
{
border-color: #B527C0;
}
</style>