Shades of Dark Orchid #B527DE
Tints of Dark Orchid #B527DE
RGB
CMYK
RGB Variations
Color information
#B527DE (or 0xB527DE) is known color: Dark Orchid. HEX triplet: B5, 27 and DE. RGB value is (181,39,222). Sum of RGB (Red+Green+Blue) = 181+39+222=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 39 (15.62% from 255 or 8.82% from 442); Blue value is 222 (87.11% from 255 or 50.23% from 442); Max value from RGB is 222 - color contains mainly: blue. Hex color #B527DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B527DE is #4AD821. Grayscale: #656565. Windows color (decimal): -4904994 or 14559157. OLE color: 14559157.
HSL color Cylindrical-coordinate representation of color #B527DE: hue angle of 286.56º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B527DE is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 39 | 222 | - |
| CMYK | 0.18 | 0.82 | 0 | 0.13 |
| HSL | 286.56º | 0.73% | 0.51% | - |
| HSV(B) | 286.56º | 0.82% | 0.87% | - |
| XYZ | 32.97 | 16.55 | 70.56 | - |
| YUV | 102.32 | 195.54 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 39 | 222 | 0.18 | 0.82 | 0 | 0.13 | 286.56 | 0.73 | 0.51 |
| Hex | B5 | 27 | DE | 12 | 52 | 0 | D | 11F | 49 | 33 |
| Octal | 265 | 47 | 336 | 22 | 122 | 0 | 15 | 437 | 111 | 63 |
| Binary | 10110101 | 100111 | 11011110 | 10010 | 1010010 | 0 | 1101 | 100011111 | 1001001 | 110011 |
Color Harmonies of #B527DE
Complementary color
Monochromatic Colors of #B527DE
Black with #B527DE
Text Example
Text Example
White with #B527DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B527DE; }
p { color: rgb(181,39,222); }
H1.HeaderClassName
{
color: #B527DE;
}
.AnyTagClassName
{
color: #B527DE;
}
</style>
background-color css
<style>
a { background-color: #B527DE; }
a { background-color: rgb(181,39,222); }
div.DivClassName
{
background-color: #B527DE;
}
.BgClassName
{
background-color: #B527DE;
}
</style>
border-color css
<style>
span { border-color: #B527DE; }
span { border-color: rgb(181,39,222); }
td.TdClassName
{
border-color: #B527DE;
}
.TagClassName
{
border-color: #B527DE;
}
</style>