Shades of Medium Orchid #B165DB
Tints of Medium Orchid #B165DB
RGB
CMYK
RGB Variations
Color information
#B165DB (or 0xB165DB) is known color: Medium Orchid. HEX triplet: B1, 65 and DB. RGB value is (177,101,219). Sum of RGB (Red+Green+Blue) = 177+101+219=497 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.61% from 497); Green value is 101 (39.84% from 255 or 20.32% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #B165DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B165DB is #4E9A24. Grayscale: #888888. Windows color (decimal): -5151269 or 14378417. OLE color: 14378417.
HSL color Cylindrical-coordinate representation of color #B165DB: hue angle of 278.64º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B165DB is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 101 | 219 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.14 |
| HSL | 278.64º | 0.62% | 0.63% | - |
| HSV(B) | 278.64º | 0.54% | 0.86% | - |
| XYZ | 35.57 | 23.77 | 69.73 | - |
| YUV | 137.18 | 174.18 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 101 | 219 | 0.19 | 0.54 | 0 | 0.14 | 278.64 | 0.62 | 0.63 |
| Hex | B1 | 65 | DB | 13 | 36 | 0 | E | 117 | 3E | 3F |
| Octal | 261 | 145 | 333 | 23 | 66 | 0 | 16 | 427 | 76 | 77 |
| Binary | 10110001 | 1100101 | 11011011 | 10011 | 110110 | 0 | 1110 | 100010111 | 111110 | 111111 |
Color Harmonies of #B165DB
Complementary color
Monochromatic Colors of #B165DB
Black with #B165DB
Text Example
Text Example
White with #B165DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B165DB; }
p { color: rgb(177,101,219); }
H1.HeaderClassName
{
color: #B165DB;
}
.AnyTagClassName
{
color: #B165DB;
}
</style>
background-color css
<style>
a { background-color: #B165DB; }
a { background-color: rgb(177,101,219); }
div.DivClassName
{
background-color: #B165DB;
}
.BgClassName
{
background-color: #B165DB;
}
</style>
border-color css
<style>
span { border-color: #B165DB; }
span { border-color: rgb(177,101,219); }
td.TdClassName
{
border-color: #B165DB;
}
.TagClassName
{
border-color: #B165DB;
}
</style>