Shades of Medium Orchid #B05AD6
Tints of Medium Orchid #B05AD6
RGB
CMYK
RGB Variations
Color information
#B05AD6 (or 0xB05AD6) is known color: Medium Orchid. HEX triplet: B0, 5A and D6. RGB value is (176,90,214). Sum of RGB (Red+Green+Blue) = 176+90+214=480 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.67% from 480); Green value is 90 (35.55% from 255 or 18.75% from 480); Blue value is 214 (83.98% from 255 or 44.58% from 480); Max value from RGB is 214 - color contains mainly: blue. Hex color #B05AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05AD6 is #4FA529. Grayscale: #818181. Windows color (decimal): -5219626 or 14047920. OLE color: 14047920.
HSL color Cylindrical-coordinate representation of color #B05AD6: hue angle of 281.61º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B05AD6 is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 90 | 214 | - |
| CMYK | 0.18 | 0.58 | 0 | 0.16 |
| HSL | 281.61º | 0.6% | 0.6% | - |
| HSV(B) | 281.61º | 0.58% | 0.84% | - |
| XYZ | 33.7 | 21.4 | 65.97 | - |
| YUV | 129.85 | 175.49 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 90 | 214 | 0.18 | 0.58 | 0 | 0.16 | 281.61 | 0.6 | 0.6 |
| Hex | B0 | 5A | D6 | 12 | 3A | 0 | 10 | 11A | 3C | 3C |
| Octal | 260 | 132 | 326 | 22 | 72 | 0 | 20 | 432 | 74 | 74 |
| Binary | 10110000 | 1011010 | 11010110 | 10010 | 111010 | 0 | 10000 | 100011010 | 111100 | 111100 |
Color Harmonies of #B05AD6
Complementary color
Monochromatic Colors of #B05AD6
Black with #B05AD6
Text Example
Text Example
White with #B05AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05AD6; }
p { color: rgb(176,90,214); }
H1.HeaderClassName
{
color: #B05AD6;
}
.AnyTagClassName
{
color: #B05AD6;
}
</style>
background-color css
<style>
a { background-color: #B05AD6; }
a { background-color: rgb(176,90,214); }
div.DivClassName
{
background-color: #B05AD6;
}
.BgClassName
{
background-color: #B05AD6;
}
</style>
border-color css
<style>
span { border-color: #B05AD6; }
span { border-color: rgb(176,90,214); }
td.TdClassName
{
border-color: #B05AD6;
}
.TagClassName
{
border-color: #B05AD6;
}
</style>