Shades of Medium Orchid #B05DCB
Tints of Medium Orchid #B05DCB
RGB
CMYK
RGB Variations
Color information
#B05DCB (or 0xB05DCB) is known color: Medium Orchid. HEX triplet: B0, 5D and CB. RGB value is (176,93,203). Sum of RGB (Red+Green+Blue) = 176+93+203=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 93 (36.72% from 255 or 19.70% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #B05DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05DCB is #4FA234. Grayscale: #828282. Windows color (decimal): -5218869 or 13327792. OLE color: 13327792.
HSL color Cylindrical-coordinate representation of color #B05DCB: hue angle of 285.27º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B05DCB is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 93 | 203 | - |
| CMYK | 0.13 | 0.54 | 0 | 0.20 |
| HSL | 285.27º | 0.51% | 0.58% | - |
| HSV(B) | 285.27º | 0.54% | 0.8% | - |
| XYZ | 32.6 | 21.37 | 58.91 | - |
| YUV | 130.36 | 169 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 93 | 203 | 0.13 | 0.54 | 0 | 0.20 | 285.27 | 0.51 | 0.58 |
| Hex | B0 | 5D | CB | D | 36 | 0 | 14 | 11D | 33 | 3A |
| Octal | 260 | 135 | 313 | 15 | 66 | 0 | 24 | 435 | 63 | 72 |
| Binary | 10110000 | 1011101 | 11001011 | 1101 | 110110 | 0 | 10100 | 100011101 | 110011 | 111010 |
Color Harmonies of #B05DCB
Complementary color
Monochromatic Colors of #B05DCB
Black with #B05DCB
Text Example
Text Example
White with #B05DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05DCB; }
p { color: rgb(176,93,203); }
H1.HeaderClassName
{
color: #B05DCB;
}
.AnyTagClassName
{
color: #B05DCB;
}
</style>
background-color css
<style>
a { background-color: #B05DCB; }
a { background-color: rgb(176,93,203); }
div.DivClassName
{
background-color: #B05DCB;
}
.BgClassName
{
background-color: #B05DCB;
}
</style>
border-color css
<style>
span { border-color: #B05DCB; }
span { border-color: rgb(176,93,203); }
td.TdClassName
{
border-color: #B05DCB;
}
.TagClassName
{
border-color: #B05DCB;
}
</style>