Shades of Medium Orchid #B751DB
Tints of Medium Orchid #B751DB
RGB
CMYK
RGB Variations
Color information
#B751DB (or 0xB751DB) is known color: Medium Orchid. HEX triplet: B7, 51 and DB. RGB value is (183,81,219). Sum of RGB (Red+Green+Blue) = 183+81+219=483 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.89% from 483); Green value is 81 (32.03% from 255 or 16.77% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #B751DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B751DB is #48AE24. Grayscale: #7E7E7E. Windows color (decimal): -4763173 or 14373303. OLE color: 14373303.
HSL color Cylindrical-coordinate representation of color #B751DB: hue angle of 284.35º 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 #B751DB is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 81 | 219 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.14 |
| HSL | 284.35º | 0.66% | 0.59% | - |
| HSV(B) | 284.35º | 0.63% | 0.86% | - |
| XYZ | 35.26 | 21.07 | 69.23 | - |
| YUV | 127.23 | 179.79 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 81 | 219 | 0.16 | 0.63 | 0 | 0.14 | 284.35 | 0.66 | 0.59 |
| Hex | B7 | 51 | DB | 10 | 3F | 0 | E | 11C | 42 | 3B |
| Octal | 267 | 121 | 333 | 20 | 77 | 0 | 16 | 434 | 102 | 73 |
| Binary | 10110111 | 1010001 | 11011011 | 10000 | 111111 | 0 | 1110 | 100011100 | 1000010 | 111011 |
Color Harmonies of #B751DB
Complementary color
Monochromatic Colors of #B751DB
Black with #B751DB
Text Example
Text Example
White with #B751DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B751DB; }
p { color: rgb(183,81,219); }
H1.HeaderClassName
{
color: #B751DB;
}
.AnyTagClassName
{
color: #B751DB;
}
</style>
background-color css
<style>
a { background-color: #B751DB; }
a { background-color: rgb(183,81,219); }
div.DivClassName
{
background-color: #B751DB;
}
.BgClassName
{
background-color: #B751DB;
}
</style>
border-color css
<style>
span { border-color: #B751DB; }
span { border-color: rgb(183,81,219); }
td.TdClassName
{
border-color: #B751DB;
}
.TagClassName
{
border-color: #B751DB;
}
</style>