Shades of Dark Orchid #B527DD
Tints of Dark Orchid #B527DD
RGB
CMYK
RGB Variations
Color information
#B527DD (or 0xB527DD) is known color: Dark Orchid. HEX triplet: B5, 27 and DD. RGB value is (181,39,221). Sum of RGB (Red+Green+Blue) = 181+39+221=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 39 (15.62% from 255 or 8.84% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #B527DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B527DD is #4AD822. Grayscale: #656565. Windows color (decimal): -4904995 or 14493621. OLE color: 14493621.
HSL color Cylindrical-coordinate representation of color #B527DD: hue angle of 286.81º 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 #B527DD is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 39 | 221 | - |
| CMYK | 0.18 | 0.82 | 0 | 0.13 |
| HSL | 286.81º | 0.73% | 0.51% | - |
| HSV(B) | 286.81º | 0.82% | 0.87% | - |
| XYZ | 32.83 | 16.5 | 69.86 | - |
| YUV | 102.21 | 195.04 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 39 | 221 | 0.18 | 0.82 | 0 | 0.13 | 286.81 | 0.73 | 0.51 |
| Hex | B5 | 27 | DD | 12 | 52 | 0 | D | 11F | 49 | 33 |
| Octal | 265 | 47 | 335 | 22 | 122 | 0 | 15 | 437 | 111 | 63 |
| Binary | 10110101 | 100111 | 11011101 | 10010 | 1010010 | 0 | 1101 | 100011111 | 1001001 | 110011 |
Color Harmonies of #B527DD
Complementary color
Monochromatic Colors of #B527DD
Black with #B527DD
Text Example
Text Example
White with #B527DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B527DD; }
p { color: rgb(181,39,221); }
H1.HeaderClassName
{
color: #B527DD;
}
.AnyTagClassName
{
color: #B527DD;
}
</style>
background-color css
<style>
a { background-color: #B527DD; }
a { background-color: rgb(181,39,221); }
div.DivClassName
{
background-color: #B527DD;
}
.BgClassName
{
background-color: #B527DD;
}
</style>
border-color css
<style>
span { border-color: #B527DD; }
span { border-color: rgb(181,39,221); }
td.TdClassName
{
border-color: #B527DD;
}
.TagClassName
{
border-color: #B527DD;
}
</style>