Shades of Dark Orchid #B51EDD
Tints of Dark Orchid #B51EDD
RGB
CMYK
RGB Variations
Color information
#B51EDD (or 0xB51EDD) is known color: Dark Orchid. HEX triplet: B5, 1E and DD. RGB value is (181,30,221). Sum of RGB (Red+Green+Blue) = 181+30+221=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 30 (12.11% from 255 or 6.94% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #B51EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51EDD is #4AE122. Grayscale: #606060. Windows color (decimal): -4907299 or 14491317. OLE color: 14491317.
HSL color Cylindrical-coordinate representation of color #B51EDD: hue angle of 287.43º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B51EDD is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 30 | 221 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.13 |
| HSL | 287.43º | 0.76% | 0.49% | - |
| HSV(B) | 287.43º | 0.86% | 0.87% | - |
| XYZ | 32.57 | 15.97 | 69.77 | - |
| YUV | 96.92 | 198.03 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 30 | 221 | 0.18 | 0.86 | 0 | 0.13 | 287.43 | 0.76 | 0.49 |
| Hex | B5 | 1E | DD | 12 | 56 | 0 | D | 11F | 4C | 31 |
| Octal | 265 | 36 | 335 | 22 | 126 | 0 | 15 | 437 | 114 | 61 |
| Binary | 10110101 | 11110 | 11011101 | 10010 | 1010110 | 0 | 1101 | 100011111 | 1001100 | 110001 |
Color Harmonies of #B51EDD
Complementary color
Monochromatic Colors of #B51EDD
Black with #B51EDD
Text Example
Text Example
White with #B51EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51EDD; }
p { color: rgb(181,30,221); }
H1.HeaderClassName
{
color: #B51EDD;
}
.AnyTagClassName
{
color: #B51EDD;
}
</style>
background-color css
<style>
a { background-color: #B51EDD; }
a { background-color: rgb(181,30,221); }
div.DivClassName
{
background-color: #B51EDD;
}
.BgClassName
{
background-color: #B51EDD;
}
</style>
border-color css
<style>
span { border-color: #B51EDD; }
span { border-color: rgb(181,30,221); }
td.TdClassName
{
border-color: #B51EDD;
}
.TagClassName
{
border-color: #B51EDD;
}
</style>