Shades of Medium Orchid #B167DB
Tints of Medium Orchid #B167DB
RGB
CMYK
RGB Variations
Color information
#B167DB (or 0xB167DB) is known color: Medium Orchid. HEX triplet: B1, 67 and DB. RGB value is (177,103,219). Sum of RGB (Red+Green+Blue) = 177+103+219=499 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.47% from 499); Green value is 103 (40.62% from 255 or 20.64% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #B167DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B167DB is #4E9824. Grayscale: #898989. Windows color (decimal): -5150757 or 14378929. OLE color: 14378929.
HSL color Cylindrical-coordinate representation of color #B167DB: hue angle of 278.28º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B167DB is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 103 | 219 | - |
| CMYK | 0.19 | 0.53 | 0 | 0.14 |
| HSL | 278.28º | 0.62% | 0.63% | - |
| HSV(B) | 278.28º | 0.53% | 0.86% | - |
| XYZ | 35.77 | 24.16 | 69.8 | - |
| YUV | 138.35 | 173.52 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 103 | 219 | 0.19 | 0.53 | 0 | 0.14 | 278.28 | 0.62 | 0.63 |
| Hex | B1 | 67 | DB | 13 | 35 | 0 | E | 116 | 3E | 3F |
| Octal | 261 | 147 | 333 | 23 | 65 | 0 | 16 | 426 | 76 | 77 |
| Binary | 10110001 | 1100111 | 11011011 | 10011 | 110101 | 0 | 1110 | 100010110 | 111110 | 111111 |
Color Harmonies of #B167DB
Complementary color
Monochromatic Colors of #B167DB
Black with #B167DB
Text Example
Text Example
White with #B167DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B167DB; }
p { color: rgb(177,103,219); }
H1.HeaderClassName
{
color: #B167DB;
}
.AnyTagClassName
{
color: #B167DB;
}
</style>
background-color css
<style>
a { background-color: #B167DB; }
a { background-color: rgb(177,103,219); }
div.DivClassName
{
background-color: #B167DB;
}
.BgClassName
{
background-color: #B167DB;
}
</style>
border-color css
<style>
span { border-color: #B167DB; }
span { border-color: rgb(177,103,219); }
td.TdClassName
{
border-color: #B167DB;
}
.TagClassName
{
border-color: #B167DB;
}
</style>