Shades of Dark Orchid #B527EA
Tints of Dark Orchid #B527EA
RGB
CMYK
RGB Variations
Color information
#B527EA (or 0xB527EA) is known color: Dark Orchid. HEX triplet: B5, 27 and EA. RGB value is (181,39,234). Sum of RGB (Red+Green+Blue) = 181+39+234=454 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.87% from 454); Green value is 39 (15.62% from 255 or 8.59% from 454); Blue value is 234 (91.80% from 255 or 51.54% from 454); Max value from RGB is 234 - color contains mainly: blue. Hex color #B527EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B527EA is #4AD815. Grayscale: #676767. Windows color (decimal): -4904982 or 15345589. OLE color: 15345589.
HSL color Cylindrical-coordinate representation of color #B527EA: hue angle of 283.69º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B527EA is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 181 | 39 | 234 | - |
| CMYK | 0.23 | 0.83 | 0 | 0.08 |
| HSL | 283.69º | 0.82% | 0.54% | - |
| HSV(B) | 283.69º | 0.83% | 0.92% | - |
| XYZ | 34.63 | 17.22 | 79.34 | - |
| YUV | 103.69 | 201.54 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 39 | 234 | 0.23 | 0.83 | 0 | 0.08 | 283.69 | 0.82 | 0.54 |
| Hex | B5 | 27 | EA | 17 | 53 | 0 | 8 | 11C | 52 | 36 |
| Octal | 265 | 47 | 352 | 27 | 123 | 0 | 10 | 434 | 122 | 66 |
| Binary | 10110101 | 100111 | 11101010 | 10111 | 1010011 | 0 | 1000 | 100011100 | 1010010 | 110110 |
Color Harmonies of #B527EA
Complementary color
Monochromatic Colors of #B527EA
Black with #B527EA
Text Example
Text Example
White with #B527EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B527EA; }
p { color: rgb(181,39,234); }
H1.HeaderClassName
{
color: #B527EA;
}
.AnyTagClassName
{
color: #B527EA;
}
</style>
background-color css
<style>
a { background-color: #B527EA; }
a { background-color: rgb(181,39,234); }
div.DivClassName
{
background-color: #B527EA;
}
.BgClassName
{
background-color: #B527EA;
}
</style>
border-color css
<style>
span { border-color: #B527EA; }
span { border-color: rgb(181,39,234); }
td.TdClassName
{
border-color: #B527EA;
}
.TagClassName
{
border-color: #B527EA;
}
</style>