Shades of Dark Orchid #B527DA
Tints of Dark Orchid #B527DA
RGB
CMYK
RGB Variations
Color information
#B527DA (or 0xB527DA) is known color: Dark Orchid. HEX triplet: B5, 27 and DA. RGB value is (181,39,218). Sum of RGB (Red+Green+Blue) = 181+39+218=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 39 (15.62% from 255 or 8.90% from 438); Blue value is 218 (85.55% from 255 or 49.77% from 438); Max value from RGB is 218 - color contains mainly: blue. Hex color #B527DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B527DA is #4AD825. Grayscale: #656565. Windows color (decimal): -4904998 or 14297013. OLE color: 14297013.
HSL color Cylindrical-coordinate representation of color #B527DA: hue angle of 287.6º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B527DA is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 39 | 218 | - |
| CMYK | 0.17 | 0.82 | 0 | 0.15 |
| HSL | 287.6º | 0.71% | 0.5% | - |
| HSV(B) | 287.6º | 0.82% | 0.85% | - |
| XYZ | 32.44 | 16.34 | 67.77 | - |
| YUV | 101.86 | 193.54 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 39 | 218 | 0.17 | 0.82 | 0 | 0.15 | 287.6 | 0.71 | 0.5 |
| Hex | B5 | 27 | DA | 11 | 52 | 0 | F | 120 | 47 | 32 |
| Octal | 265 | 47 | 332 | 21 | 122 | 0 | 17 | 440 | 107 | 62 |
| Binary | 10110101 | 100111 | 11011010 | 10001 | 1010010 | 0 | 1111 | 100100000 | 1000111 | 110010 |
Color Harmonies of #B527DA
Complementary color
Monochromatic Colors of #B527DA
Black with #B527DA
Text Example
Text Example
White with #B527DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B527DA; }
p { color: rgb(181,39,218); }
H1.HeaderClassName
{
color: #B527DA;
}
.AnyTagClassName
{
color: #B527DA;
}
</style>
background-color css
<style>
a { background-color: #B527DA; }
a { background-color: rgb(181,39,218); }
div.DivClassName
{
background-color: #B527DA;
}
.BgClassName
{
background-color: #B527DA;
}
</style>
border-color css
<style>
span { border-color: #B527DA; }
span { border-color: rgb(181,39,218); }
td.TdClassName
{
border-color: #B527DA;
}
.TagClassName
{
border-color: #B527DA;
}
</style>