Shades of Medium Orchid #B04DDA
Tints of Medium Orchid #B04DDA
RGB
CMYK
RGB Variations
Color information
#B04DDA (or 0xB04DDA) is known color: Medium Orchid. HEX triplet: B0, 4D and DA. RGB value is (176,77,218). Sum of RGB (Red+Green+Blue) = 176+77+218=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 77 (30.47% from 255 or 16.35% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 218 - color contains mainly: blue. Hex color #B04DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B04DDA is #4FB225. Grayscale: #7A7A7A. Windows color (decimal): -5222950 or 14306736. OLE color: 14306736.
HSL color Cylindrical-coordinate representation of color #B04DDA: hue angle of 282.13º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B04DDA is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 77 | 218 | - |
| CMYK | 0.19 | 0.65 | 0 | 0.15 |
| HSL | 282.13º | 0.66% | 0.58% | - |
| HSV(B) | 282.13º | 0.65% | 0.85% | - |
| XYZ | 33.21 | 19.6 | 68.36 | - |
| YUV | 122.68 | 181.8 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 77 | 218 | 0.19 | 0.65 | 0 | 0.15 | 282.13 | 0.66 | 0.58 |
| Hex | B0 | 4D | DA | 13 | 41 | 0 | F | 11A | 42 | 3A |
| Octal | 260 | 115 | 332 | 23 | 101 | 0 | 17 | 432 | 102 | 72 |
| Binary | 10110000 | 1001101 | 11011010 | 10011 | 1000001 | 0 | 1111 | 100011010 | 1000010 | 111010 |
Color Harmonies of #B04DDA
Complementary color
Monochromatic Colors of #B04DDA
Black with #B04DDA
Text Example
Text Example
White with #B04DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04DDA; }
p { color: rgb(176,77,218); }
H1.HeaderClassName
{
color: #B04DDA;
}
.AnyTagClassName
{
color: #B04DDA;
}
</style>
background-color css
<style>
a { background-color: #B04DDA; }
a { background-color: rgb(176,77,218); }
div.DivClassName
{
background-color: #B04DDA;
}
.BgClassName
{
background-color: #B04DDA;
}
</style>
border-color css
<style>
span { border-color: #B04DDA; }
span { border-color: rgb(176,77,218); }
td.TdClassName
{
border-color: #B04DDA;
}
.TagClassName
{
border-color: #B04DDA;
}
</style>