Shades of Medium Orchid #B050DB
Tints of Medium Orchid #B050DB
RGB
CMYK
RGB Variations
Color information
#B050DB (or 0xB050DB) is known color: Medium Orchid. HEX triplet: B0, 50 and DB. RGB value is (176,80,219). Sum of RGB (Red+Green+Blue) = 176+80+219=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 80 (31.64% from 255 or 16.84% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #B050DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B050DB is #4FAF24. Grayscale: #7C7C7C. Windows color (decimal): -5222181 or 14373040. OLE color: 14373040.
HSL color Cylindrical-coordinate representation of color #B050DB: hue angle of 281.44º 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 #B050DB is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 80 | 219 | - |
| CMYK | 0.20 | 0.63 | 0 | 0.14 |
| HSL | 281.44º | 0.66% | 0.59% | - |
| HSV(B) | 281.44º | 0.63% | 0.86% | - |
| XYZ | 33.56 | 20.08 | 69.13 | - |
| YUV | 124.55 | 181.3 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 80 | 219 | 0.20 | 0.63 | 0 | 0.14 | 281.44 | 0.66 | 0.59 |
| Hex | B0 | 50 | DB | 14 | 3F | 0 | E | 119 | 42 | 3B |
| Octal | 260 | 120 | 333 | 24 | 77 | 0 | 16 | 431 | 102 | 73 |
| Binary | 10110000 | 1010000 | 11011011 | 10100 | 111111 | 0 | 1110 | 100011001 | 1000010 | 111011 |
Color Harmonies of #B050DB
Complementary color
Monochromatic Colors of #B050DB
Black with #B050DB
Text Example
Text Example
White with #B050DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B050DB; }
p { color: rgb(176,80,219); }
H1.HeaderClassName
{
color: #B050DB;
}
.AnyTagClassName
{
color: #B050DB;
}
</style>
background-color css
<style>
a { background-color: #B050DB; }
a { background-color: rgb(176,80,219); }
div.DivClassName
{
background-color: #B050DB;
}
.BgClassName
{
background-color: #B050DB;
}
</style>
border-color css
<style>
span { border-color: #B050DB; }
span { border-color: rgb(176,80,219); }
td.TdClassName
{
border-color: #B050DB;
}
.TagClassName
{
border-color: #B050DB;
}
</style>