Shades of Medium Orchid #B163DB
Tints of Medium Orchid #B163DB
RGB
CMYK
RGB Variations
Color information
#B163DB (or 0xB163DB) is known color: Medium Orchid. HEX triplet: B1, 63 and DB. RGB value is (177,99,219). Sum of RGB (Red+Green+Blue) = 177+99+219=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 99 (39.06% from 255 or 20% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #B163DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B163DB is #4E9C24. Grayscale: #878787. Windows color (decimal): -5151781 or 14377905. OLE color: 14377905.
HSL color Cylindrical-coordinate representation of color #B163DB: hue angle of 279º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B163DB is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 99 | 219 | - |
| CMYK | 0.19 | 0.55 | 0 | 0.14 |
| HSL | 279º | 0.63% | 0.62% | - |
| HSV(B) | 279º | 0.55% | 0.86% | - |
| XYZ | 35.38 | 23.39 | 69.67 | - |
| YUV | 136 | 174.84 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 99 | 219 | 0.19 | 0.55 | 0 | 0.14 | 279 | 0.63 | 0.62 |
| Hex | B1 | 63 | DB | 13 | 37 | 0 | E | 117 | 3E | 3E |
| Octal | 261 | 143 | 333 | 23 | 67 | 0 | 16 | 427 | 76 | 76 |
| Binary | 10110001 | 1100011 | 11011011 | 10011 | 110111 | 0 | 1110 | 100010111 | 111110 | 111110 |
Color Harmonies of #B163DB
Complementary color
Monochromatic Colors of #B163DB
Black with #B163DB
Text Example
Text Example
White with #B163DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B163DB; }
p { color: rgb(177,99,219); }
H1.HeaderClassName
{
color: #B163DB;
}
.AnyTagClassName
{
color: #B163DB;
}
</style>
background-color css
<style>
a { background-color: #B163DB; }
a { background-color: rgb(177,99,219); }
div.DivClassName
{
background-color: #B163DB;
}
.BgClassName
{
background-color: #B163DB;
}
</style>
border-color css
<style>
span { border-color: #B163DB; }
span { border-color: rgb(177,99,219); }
td.TdClassName
{
border-color: #B163DB;
}
.TagClassName
{
border-color: #B163DB;
}
</style>