Shades of Dark Orchid #B527D0
Tints of Dark Orchid #B527D0
RGB
CMYK
RGB Variations
Color information
#B527D0 (or 0xB527D0) is known color: Dark Orchid. HEX triplet: B5, 27 and D0. RGB value is (181,39,208). Sum of RGB (Red+Green+Blue) = 181+39+208=428 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.29% from 428); Green value is 39 (15.62% from 255 or 9.11% from 428); Blue value is 208 (81.64% from 255 or 48.60% from 428); Max value from RGB is 208 - color contains mainly: blue. Hex color #B527D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B527D0 is #4AD82F. Grayscale: #646464. Windows color (decimal): -4905008 or 13641653. OLE color: 13641653.
HSL color Cylindrical-coordinate representation of color #B527D0: hue angle of 290.41º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B527D0 is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 39 | 208 | - |
| CMYK | 0.13 | 0.81 | 0 | 0.18 |
| HSL | 290.41º | 0.68% | 0.48% | - |
| HSV(B) | 290.41º | 0.81% | 0.82% | - |
| XYZ | 31.17 | 15.83 | 61.09 | - |
| YUV | 100.72 | 188.54 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 39 | 208 | 0.13 | 0.81 | 0 | 0.18 | 290.41 | 0.68 | 0.48 |
| Hex | B5 | 27 | D0 | D | 51 | 0 | 12 | 122 | 44 | 30 |
| Octal | 265 | 47 | 320 | 15 | 121 | 0 | 22 | 442 | 104 | 60 |
| Binary | 10110101 | 100111 | 11010000 | 1101 | 1010001 | 0 | 10010 | 100100010 | 1000100 | 110000 |
Color Harmonies of #B527D0
Complementary color
Monochromatic Colors of #B527D0
Black with #B527D0
Text Example
Text Example
White with #B527D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B527D0; }
p { color: rgb(181,39,208); }
H1.HeaderClassName
{
color: #B527D0;
}
.AnyTagClassName
{
color: #B527D0;
}
</style>
background-color css
<style>
a { background-color: #B527D0; }
a { background-color: rgb(181,39,208); }
div.DivClassName
{
background-color: #B527D0;
}
.BgClassName
{
background-color: #B527D0;
}
</style>
border-color css
<style>
span { border-color: #B527D0; }
span { border-color: rgb(181,39,208); }
td.TdClassName
{
border-color: #B527D0;
}
.TagClassName
{
border-color: #B527D0;
}
</style>