Shades of Dark Orchid #B531D0
Tints of Dark Orchid #B531D0
RGB
CMYK
RGB Variations
Color information
#B531D0 (or 0xB531D0) is known color: Dark Orchid. HEX triplet: B5, 31 and D0. RGB value is (181,49,208). Sum of RGB (Red+Green+Blue) = 181+49+208=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 49 (19.53% from 255 or 11.19% from 438); Blue value is 208 (81.64% from 255 or 47.49% from 438); Max value from RGB is 208 - color contains mainly: blue. Hex color #B531D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B531D0 is #4ACE2F. Grayscale: #6A6A6A. Windows color (decimal): -4902448 or 13644213. OLE color: 13644213.
HSL color Cylindrical-coordinate representation of color #B531D0: hue angle of 289.81º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B531D0 is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 49 | 208 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.18 |
| HSL | 289.81º | 0.63% | 0.5% | - |
| HSV(B) | 289.81º | 0.76% | 0.82% | - |
| XYZ | 31.54 | 16.57 | 61.21 | - |
| YUV | 106.59 | 185.23 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 49 | 208 | 0.13 | 0.76 | 0 | 0.18 | 289.81 | 0.63 | 0.5 |
| Hex | B5 | 31 | D0 | D | 4C | 0 | 12 | 122 | 3F | 32 |
| Octal | 265 | 61 | 320 | 15 | 114 | 0 | 22 | 442 | 77 | 62 |
| Binary | 10110101 | 110001 | 11010000 | 1101 | 1001100 | 0 | 10010 | 100100010 | 111111 | 110010 |
Color Harmonies of #B531D0
Complementary color
Monochromatic Colors of #B531D0
Black with #B531D0
Text Example
Text Example
White with #B531D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B531D0; }
p { color: rgb(181,49,208); }
H1.HeaderClassName
{
color: #B531D0;
}
.AnyTagClassName
{
color: #B531D0;
}
</style>
background-color css
<style>
a { background-color: #B531D0; }
a { background-color: rgb(181,49,208); }
div.DivClassName
{
background-color: #B531D0;
}
.BgClassName
{
background-color: #B531D0;
}
</style>
border-color css
<style>
span { border-color: #B531D0; }
span { border-color: rgb(181,49,208); }
td.TdClassName
{
border-color: #B531D0;
}
.TagClassName
{
border-color: #B531D0;
}
</style>