Shades of Medium Orchid #B651DB
Tints of Medium Orchid #B651DB
RGB
CMYK
RGB Variations
Color information
#B651DB (or 0xB651DB) is known color: Medium Orchid. HEX triplet: B6, 51 and DB. RGB value is (182,81,219). Sum of RGB (Red+Green+Blue) = 182+81+219=482 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.76% from 482); Green value is 81 (32.03% from 255 or 16.80% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #B651DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B651DB is #49AE24. Grayscale: #7E7E7E. Windows color (decimal): -4828709 or 14373302. OLE color: 14373302.
HSL color Cylindrical-coordinate representation of color #B651DB: hue angle of 283.91º 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 #B651DB is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 81 | 219 | - |
| CMYK | 0.17 | 0.63 | 0 | 0.14 |
| HSL | 283.91º | 0.66% | 0.59% | - |
| HSV(B) | 283.91º | 0.63% | 0.86% | - |
| XYZ | 35.02 | 20.94 | 69.21 | - |
| YUV | 126.93 | 179.96 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 81 | 219 | 0.17 | 0.63 | 0 | 0.14 | 283.91 | 0.66 | 0.59 |
| Hex | B6 | 51 | DB | 11 | 3F | 0 | E | 11C | 42 | 3B |
| Octal | 266 | 121 | 333 | 21 | 77 | 0 | 16 | 434 | 102 | 73 |
| Binary | 10110110 | 1010001 | 11011011 | 10001 | 111111 | 0 | 1110 | 100011100 | 1000010 | 111011 |
Color Harmonies of #B651DB
Complementary color
Monochromatic Colors of #B651DB
Black with #B651DB
Text Example
Text Example
White with #B651DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B651DB; }
p { color: rgb(182,81,219); }
H1.HeaderClassName
{
color: #B651DB;
}
.AnyTagClassName
{
color: #B651DB;
}
</style>
background-color css
<style>
a { background-color: #B651DB; }
a { background-color: rgb(182,81,219); }
div.DivClassName
{
background-color: #B651DB;
}
.BgClassName
{
background-color: #B651DB;
}
</style>
border-color css
<style>
span { border-color: #B651DB; }
span { border-color: rgb(182,81,219); }
td.TdClassName
{
border-color: #B651DB;
}
.TagClassName
{
border-color: #B651DB;
}
</style>