Shades of Medium Orchid #B05DCE
Tints of Medium Orchid #B05DCE
RGB
CMYK
RGB Variations
Color information
#B05DCE (or 0xB05DCE) is known color: Medium Orchid. HEX triplet: B0, 5D and CE. RGB value is (176,93,206). Sum of RGB (Red+Green+Blue) = 176+93+206=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 93 (36.72% from 255 or 19.58% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #B05DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05DCE is #4FA231. Grayscale: #828282. Windows color (decimal): -5218866 or 13524400. OLE color: 13524400.
HSL color Cylindrical-coordinate representation of color #B05DCE: hue angle of 284.07º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B05DCE is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 93 | 206 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.19 |
| HSL | 284.07º | 0.54% | 0.59% | - |
| HSV(B) | 284.07º | 0.55% | 0.81% | - |
| XYZ | 32.96 | 21.52 | 60.81 | - |
| YUV | 130.7 | 170.5 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 93 | 206 | 0.15 | 0.55 | 0 | 0.19 | 284.07 | 0.54 | 0.59 |
| Hex | B0 | 5D | CE | F | 37 | 0 | 13 | 11C | 36 | 3B |
| Octal | 260 | 135 | 316 | 17 | 67 | 0 | 23 | 434 | 66 | 73 |
| Binary | 10110000 | 1011101 | 11001110 | 1111 | 110111 | 0 | 10011 | 100011100 | 110110 | 111011 |
Color Harmonies of #B05DCE
Complementary color
Monochromatic Colors of #B05DCE
Black with #B05DCE
Text Example
Text Example
White with #B05DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05DCE; }
p { color: rgb(176,93,206); }
H1.HeaderClassName
{
color: #B05DCE;
}
.AnyTagClassName
{
color: #B05DCE;
}
</style>
background-color css
<style>
a { background-color: #B05DCE; }
a { background-color: rgb(176,93,206); }
div.DivClassName
{
background-color: #B05DCE;
}
.BgClassName
{
background-color: #B05DCE;
}
</style>
border-color css
<style>
span { border-color: #B05DCE; }
span { border-color: rgb(176,93,206); }
td.TdClassName
{
border-color: #B05DCE;
}
.TagClassName
{
border-color: #B05DCE;
}
</style>