Shades of Medium Orchid #B150DB
Tints of Medium Orchid #B150DB
RGB
CMYK
RGB Variations
Color information
#B150DB (or 0xB150DB) is known color: Medium Orchid. HEX triplet: B1, 50 and DB. RGB value is (177,80,219). Sum of RGB (Red+Green+Blue) = 177+80+219=476 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.18% from 476); Green value is 80 (31.64% from 255 or 16.81% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #B150DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B150DB is #4EAF24. Grayscale: #7C7C7C. Windows color (decimal): -5156645 or 14373041. OLE color: 14373041.
HSL color Cylindrical-coordinate representation of color #B150DB: hue angle of 281.87º 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 #B150DB is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 80 | 219 | - |
| CMYK | 0.19 | 0.63 | 0 | 0.14 |
| HSL | 281.87º | 0.66% | 0.59% | - |
| HSV(B) | 281.87º | 0.63% | 0.86% | - |
| XYZ | 33.79 | 20.2 | 69.14 | - |
| YUV | 124.85 | 181.14 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 80 | 219 | 0.19 | 0.63 | 0 | 0.14 | 281.87 | 0.66 | 0.59 |
| Hex | B1 | 50 | DB | 13 | 3F | 0 | E | 11A | 42 | 3B |
| Octal | 261 | 120 | 333 | 23 | 77 | 0 | 16 | 432 | 102 | 73 |
| Binary | 10110001 | 1010000 | 11011011 | 10011 | 111111 | 0 | 1110 | 100011010 | 1000010 | 111011 |
Color Harmonies of #B150DB
Complementary color
Monochromatic Colors of #B150DB
Black with #B150DB
Text Example
Text Example
White with #B150DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B150DB; }
p { color: rgb(177,80,219); }
H1.HeaderClassName
{
color: #B150DB;
}
.AnyTagClassName
{
color: #B150DB;
}
</style>
background-color css
<style>
a { background-color: #B150DB; }
a { background-color: rgb(177,80,219); }
div.DivClassName
{
background-color: #B150DB;
}
.BgClassName
{
background-color: #B150DB;
}
</style>
border-color css
<style>
span { border-color: #B150DB; }
span { border-color: rgb(177,80,219); }
td.TdClassName
{
border-color: #B150DB;
}
.TagClassName
{
border-color: #B150DB;
}
</style>