Shades of Medium Orchid #B04DCE
Tints of Medium Orchid #B04DCE
RGB
CMYK
RGB Variations
Color information
#B04DCE (or 0xB04DCE) is known color: Medium Orchid. HEX triplet: B0, 4D and CE. RGB value is (176,77,206). Sum of RGB (Red+Green+Blue) = 176+77+206=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 77 (30.47% from 255 or 16.78% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #B04DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B04DCE is #4FB231. Grayscale: #787878. Windows color (decimal): -5222962 or 13520304. OLE color: 13520304.
HSL color Cylindrical-coordinate representation of color #B04DCE: hue angle of 286.05º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B04DCE is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 77 | 206 | - |
| CMYK | 0.15 | 0.63 | 0 | 0.19 |
| HSL | 286.05º | 0.57% | 0.55% | - |
| HSV(B) | 286.05º | 0.63% | 0.81% | - |
| XYZ | 31.7 | 18.99 | 60.39 | - |
| YUV | 121.31 | 175.8 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 77 | 206 | 0.15 | 0.63 | 0 | 0.19 | 286.05 | 0.57 | 0.55 |
| Hex | B0 | 4D | CE | F | 3F | 0 | 13 | 11E | 39 | 37 |
| Octal | 260 | 115 | 316 | 17 | 77 | 0 | 23 | 436 | 71 | 67 |
| Binary | 10110000 | 1001101 | 11001110 | 1111 | 111111 | 0 | 10011 | 100011110 | 111001 | 110111 |
Color Harmonies of #B04DCE
Complementary color
Monochromatic Colors of #B04DCE
Black with #B04DCE
Text Example
Text Example
White with #B04DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04DCE; }
p { color: rgb(176,77,206); }
H1.HeaderClassName
{
color: #B04DCE;
}
.AnyTagClassName
{
color: #B04DCE;
}
</style>
background-color css
<style>
a { background-color: #B04DCE; }
a { background-color: rgb(176,77,206); }
div.DivClassName
{
background-color: #B04DCE;
}
.BgClassName
{
background-color: #B04DCE;
}
</style>
border-color css
<style>
span { border-color: #B04DCE; }
span { border-color: rgb(176,77,206); }
td.TdClassName
{
border-color: #B04DCE;
}
.TagClassName
{
border-color: #B04DCE;
}
</style>