Shades of Medium Orchid #B770DB
Tints of Medium Orchid #B770DB
RGB
CMYK
RGB Variations
Color information
#B770DB (or 0xB770DB) is known color: Medium Orchid. HEX triplet: B7, 70 and DB. RGB value is (183,112,219). Sum of RGB (Red+Green+Blue) = 183+112+219=514 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.60% from 514); Green value is 112 (44.14% from 255 or 21.79% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #B770DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B770DB is #488F24. Grayscale: #919191. Windows color (decimal): -4755237 or 14381239. OLE color: 14381239.
HSL color Cylindrical-coordinate representation of color #B770DB: hue angle of 279.81º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B770DB is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 112 | 219 | - |
| CMYK | 0.16 | 0.49 | 0 | 0.14 |
| HSL | 279.81º | 0.6% | 0.65% | - |
| HSV(B) | 279.81º | 0.49% | 0.86% | - |
| XYZ | 38.11 | 26.77 | 70.18 | - |
| YUV | 145.43 | 169.52 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 112 | 219 | 0.16 | 0.49 | 0 | 0.14 | 279.81 | 0.6 | 0.65 |
| Hex | B7 | 70 | DB | 10 | 31 | 0 | E | 118 | 3C | 41 |
| Octal | 267 | 160 | 333 | 20 | 61 | 0 | 16 | 430 | 74 | 101 |
| Binary | 10110111 | 1110000 | 11011011 | 10000 | 110001 | 0 | 1110 | 100011000 | 111100 | 1000001 |
Color Harmonies of #B770DB
Complementary color
Monochromatic Colors of #B770DB
Black with #B770DB
Text Example
Text Example
White with #B770DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B770DB; }
p { color: rgb(183,112,219); }
H1.HeaderClassName
{
color: #B770DB;
}
.AnyTagClassName
{
color: #B770DB;
}
</style>
background-color css
<style>
a { background-color: #B770DB; }
a { background-color: rgb(183,112,219); }
div.DivClassName
{
background-color: #B770DB;
}
.BgClassName
{
background-color: #B770DB;
}
</style>
border-color css
<style>
span { border-color: #B770DB; }
span { border-color: rgb(183,112,219); }
td.TdClassName
{
border-color: #B770DB;
}
.TagClassName
{
border-color: #B770DB;
}
</style>