Shades of Medium Orchid #B05AD9
Tints of Medium Orchid #B05AD9
RGB
CMYK
RGB Variations
Color information
#B05AD9 (or 0xB05AD9) is known color: Medium Orchid. HEX triplet: B0, 5A and D9. RGB value is (176,90,217). Sum of RGB (Red+Green+Blue) = 176+90+217=483 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.44% from 483); Green value is 90 (35.55% from 255 or 18.63% from 483); Blue value is 217 (85.16% from 255 or 44.93% from 483); Max value from RGB is 217 - color contains mainly: blue. Hex color #B05AD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05AD9 is #4FA526. Grayscale: #818181. Windows color (decimal): -5219623 or 14244528. OLE color: 14244528.
HSL color Cylindrical-coordinate representation of color #B05AD9: hue angle of 280.63º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B05AD9 is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 90 | 217 | - |
| CMYK | 0.19 | 0.59 | 0 | 0.15 |
| HSL | 280.63º | 0.63% | 0.6% | - |
| HSV(B) | 280.63º | 0.59% | 0.85% | - |
| XYZ | 34.09 | 21.55 | 68.01 | - |
| YUV | 130.19 | 176.99 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 90 | 217 | 0.19 | 0.59 | 0 | 0.15 | 280.63 | 0.63 | 0.6 |
| Hex | B0 | 5A | D9 | 13 | 3B | 0 | F | 119 | 3F | 3C |
| Octal | 260 | 132 | 331 | 23 | 73 | 0 | 17 | 431 | 77 | 74 |
| Binary | 10110000 | 1011010 | 11011001 | 10011 | 111011 | 0 | 1111 | 100011001 | 111111 | 111100 |
Color Harmonies of #B05AD9
Complementary color
Monochromatic Colors of #B05AD9
Black with #B05AD9
Text Example
Text Example
White with #B05AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05AD9; }
p { color: rgb(176,90,217); }
H1.HeaderClassName
{
color: #B05AD9;
}
.AnyTagClassName
{
color: #B05AD9;
}
</style>
background-color css
<style>
a { background-color: #B05AD9; }
a { background-color: rgb(176,90,217); }
div.DivClassName
{
background-color: #B05AD9;
}
.BgClassName
{
background-color: #B05AD9;
}
</style>
border-color css
<style>
span { border-color: #B05AD9; }
span { border-color: rgb(176,90,217); }
td.TdClassName
{
border-color: #B05AD9;
}
.TagClassName
{
border-color: #B05AD9;
}
</style>