Shades of Medium Orchid #B153DB
Tints of Medium Orchid #B153DB
RGB
CMYK
RGB Variations
Color information
#B153DB (or 0xB153DB) is known color: Medium Orchid. HEX triplet: B1, 53 and DB. RGB value is (177,83,219). Sum of RGB (Red+Green+Blue) = 177+83+219=479 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.95% from 479); Green value is 83 (32.81% from 255 or 17.33% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #B153DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B153DB is #4EAC24. Grayscale: #7E7E7E. Windows color (decimal): -5155877 or 14373809. OLE color: 14373809.
HSL color Cylindrical-coordinate representation of color #B153DB: hue angle of 281.47º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B153DB is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 83 | 219 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.14 |
| HSL | 281.47º | 0.65% | 0.59% | - |
| HSV(B) | 281.47º | 0.62% | 0.86% | - |
| XYZ | 34.01 | 20.65 | 69.21 | - |
| YUV | 126.61 | 180.14 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 83 | 219 | 0.19 | 0.62 | 0 | 0.14 | 281.47 | 0.65 | 0.59 |
| Hex | B1 | 53 | DB | 13 | 3E | 0 | E | 119 | 41 | 3B |
| Octal | 261 | 123 | 333 | 23 | 76 | 0 | 16 | 431 | 101 | 73 |
| Binary | 10110001 | 1010011 | 11011011 | 10011 | 111110 | 0 | 1110 | 100011001 | 1000001 | 111011 |
Color Harmonies of #B153DB
Complementary color
Monochromatic Colors of #B153DB
Black with #B153DB
Text Example
Text Example
White with #B153DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B153DB; }
p { color: rgb(177,83,219); }
H1.HeaderClassName
{
color: #B153DB;
}
.AnyTagClassName
{
color: #B153DB;
}
</style>
background-color css
<style>
a { background-color: #B153DB; }
a { background-color: rgb(177,83,219); }
div.DivClassName
{
background-color: #B153DB;
}
.BgClassName
{
background-color: #B153DB;
}
</style>
border-color css
<style>
span { border-color: #B153DB; }
span { border-color: rgb(177,83,219); }
td.TdClassName
{
border-color: #B153DB;
}
.TagClassName
{
border-color: #B153DB;
}
</style>