Shades of Medium Orchid #B251DB
Tints of Medium Orchid #B251DB
RGB
CMYK
RGB Variations
Color information
#B251DB (or 0xB251DB) is known color: Medium Orchid. HEX triplet: B2, 51 and DB. RGB value is (178,81,219). Sum of RGB (Red+Green+Blue) = 178+81+219=478 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.24% from 478); Green value is 81 (32.03% from 255 or 16.95% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #B251DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B251DB is #4DAE24. Grayscale: #7D7D7D. Windows color (decimal): -5090853 or 14373298. OLE color: 14373298.
HSL color Cylindrical-coordinate representation of color #B251DB: hue angle of 282.17º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B251DB is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 81 | 219 | - |
| CMYK | 0.19 | 0.63 | 0 | 0.14 |
| HSL | 282.17º | 0.66% | 0.59% | - |
| HSV(B) | 282.17º | 0.63% | 0.86% | - |
| XYZ | 34.09 | 20.46 | 69.17 | - |
| YUV | 125.74 | 180.64 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 81 | 219 | 0.19 | 0.63 | 0 | 0.14 | 282.17 | 0.66 | 0.59 |
| Hex | B2 | 51 | DB | 13 | 3F | 0 | E | 11A | 42 | 3B |
| Octal | 262 | 121 | 333 | 23 | 77 | 0 | 16 | 432 | 102 | 73 |
| Binary | 10110010 | 1010001 | 11011011 | 10011 | 111111 | 0 | 1110 | 100011010 | 1000010 | 111011 |
Color Harmonies of #B251DB
Complementary color
Monochromatic Colors of #B251DB
Black with #B251DB
Text Example
Text Example
White with #B251DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B251DB; }
p { color: rgb(178,81,219); }
H1.HeaderClassName
{
color: #B251DB;
}
.AnyTagClassName
{
color: #B251DB;
}
</style>
background-color css
<style>
a { background-color: #B251DB; }
a { background-color: rgb(178,81,219); }
div.DivClassName
{
background-color: #B251DB;
}
.BgClassName
{
background-color: #B251DB;
}
</style>
border-color css
<style>
span { border-color: #B251DB; }
span { border-color: rgb(178,81,219); }
td.TdClassName
{
border-color: #B251DB;
}
.TagClassName
{
border-color: #B251DB;
}
</style>