Shades of Medium Orchid #B05DC9
Tints of Medium Orchid #B05DC9
RGB
CMYK
RGB Variations
Color information
#B05DC9 (or 0xB05DC9) is known color: Medium Orchid. HEX triplet: B0, 5D and C9. RGB value is (176,93,201). Sum of RGB (Red+Green+Blue) = 176+93+201=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 93 (36.72% from 255 or 19.79% from 470); Blue value is 201 (78.91% from 255 or 42.77% from 470); Max value from RGB is 201 - color contains mainly: blue. Hex color #B05DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05DC9 is #4FA236. Grayscale: #818181. Windows color (decimal): -5218871 or 13196720. OLE color: 13196720.
HSL color Cylindrical-coordinate representation of color #B05DC9: hue angle of 286.11º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B05DC9 is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 176 | 93 | 201 | - |
CMYK | 0.12 | 0.54 | 0 | 0.21 |
HSL | 286.11º | 0.5% | 0.58% | - |
HSV(B) | 286.11º | 0.54% | 0.79% | - |
XYZ | 32.36 | 21.28 | 57.66 | - |
YUV | 130.13 | 168 | 160.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 93 | 201 | 0.12 | 0.54 | 0 | 0.21 | 286.11 | 0.5 | 0.58 |
Hex | B0 | 5D | C9 | C | 36 | 0 | 15 | 11E | 32 | 3A |
Octal | 260 | 135 | 311 | 14 | 66 | 0 | 25 | 436 | 62 | 72 |
Binary | 10110000 | 1011101 | 11001001 | 1100 | 110110 | 0 | 10101 | 100011110 | 110010 | 111010 |
Color Harmonies of #B05DC9
Complementary color
Monochromatic Colors of #B05DC9
Black with #B05DC9
Text Example
Text Example
White with #B05DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05DC9; }
p { color: rgb(176,93,201); }
H1.HeaderClassName
{
color: #B05DC9;
}
.AnyTagClassName
{
color: #B05DC9;
}
</style>
background-color css
<style>
a { background-color: #B05DC9; }
a { background-color: rgb(176,93,201); }
div.DivClassName
{
background-color: #B05DC9;
}
.BgClassName
{
background-color: #B05DC9;
}
</style>
border-color css
<style>
span { border-color: #B05DC9; }
span { border-color: rgb(176,93,201); }
td.TdClassName
{
border-color: #B05DC9;
}
.TagClassName
{
border-color: #B05DC9;
}
</style>