Shades of Dark Orchid #B527DC
Tints of Dark Orchid #B527DC
RGB
CMYK
RGB Variations
Color information
#B527DC (or 0xB527DC) is known color: Dark Orchid. HEX triplet: B5, 27 and DC. RGB value is (181,39,220). Sum of RGB (Red+Green+Blue) = 181+39+220=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 39 (15.62% from 255 or 8.86% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #B527DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B527DC is #4AD823. Grayscale: #656565. Windows color (decimal): -4904996 or 14428085. OLE color: 14428085.
HSL color Cylindrical-coordinate representation of color #B527DC: hue angle of 287.07º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B527DC is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 39 | 220 | - |
| CMYK | 0.18 | 0.82 | 0 | 0.14 |
| HSL | 287.07º | 0.72% | 0.51% | - |
| HSV(B) | 287.07º | 0.82% | 0.86% | - |
| XYZ | 32.7 | 16.44 | 69.16 | - |
| YUV | 102.09 | 194.54 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 39 | 220 | 0.18 | 0.82 | 0 | 0.14 | 287.07 | 0.72 | 0.51 |
| Hex | B5 | 27 | DC | 12 | 52 | 0 | E | 11F | 48 | 33 |
| Octal | 265 | 47 | 334 | 22 | 122 | 0 | 16 | 437 | 110 | 63 |
| Binary | 10110101 | 100111 | 11011100 | 10010 | 1010010 | 0 | 1110 | 100011111 | 1001000 | 110011 |
Color Harmonies of #B527DC
Complementary color
Monochromatic Colors of #B527DC
Black with #B527DC
Text Example
Text Example
White with #B527DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B527DC; }
p { color: rgb(181,39,220); }
H1.HeaderClassName
{
color: #B527DC;
}
.AnyTagClassName
{
color: #B527DC;
}
</style>
background-color css
<style>
a { background-color: #B527DC; }
a { background-color: rgb(181,39,220); }
div.DivClassName
{
background-color: #B527DC;
}
.BgClassName
{
background-color: #B527DC;
}
</style>
border-color css
<style>
span { border-color: #B527DC; }
span { border-color: rgb(181,39,220); }
td.TdClassName
{
border-color: #B527DC;
}
.TagClassName
{
border-color: #B527DC;
}
</style>