Shades of Medium Orchid #B04BDA
Tints of Medium Orchid #B04BDA
RGB
CMYK
RGB Variations
Color information
#B04BDA (or 0xB04BDA) is known color: Medium Orchid. HEX triplet: B0, 4B and DA. RGB value is (176,75,218). Sum of RGB (Red+Green+Blue) = 176+75+218=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 75 (29.69% from 255 or 15.99% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 218 - color contains mainly: blue. Hex color #B04BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B04BDA is #4FB425. Grayscale: #797979. Windows color (decimal): -5223462 or 14306224. OLE color: 14306224.
HSL color Cylindrical-coordinate representation of color #B04BDA: hue angle of 282.38º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B04BDA is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 75 | 218 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.15 |
| HSL | 282.38º | 0.66% | 0.57% | - |
| HSV(B) | 282.38º | 0.66% | 0.85% | - |
| XYZ | 33.08 | 19.32 | 68.32 | - |
| YUV | 121.5 | 182.46 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 75 | 218 | 0.19 | 0.66 | 0 | 0.15 | 282.38 | 0.66 | 0.57 |
| Hex | B0 | 4B | DA | 13 | 42 | 0 | F | 11A | 42 | 39 |
| Octal | 260 | 113 | 332 | 23 | 102 | 0 | 17 | 432 | 102 | 71 |
| Binary | 10110000 | 1001011 | 11011010 | 10011 | 1000010 | 0 | 1111 | 100011010 | 1000010 | 111001 |
Color Harmonies of #B04BDA
Complementary color
Monochromatic Colors of #B04BDA
Black with #B04BDA
Text Example
Text Example
White with #B04BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04BDA; }
p { color: rgb(176,75,218); }
H1.HeaderClassName
{
color: #B04BDA;
}
.AnyTagClassName
{
color: #B04BDA;
}
</style>
background-color css
<style>
a { background-color: #B04BDA; }
a { background-color: rgb(176,75,218); }
div.DivClassName
{
background-color: #B04BDA;
}
.BgClassName
{
background-color: #B04BDA;
}
</style>
border-color css
<style>
span { border-color: #B04BDA; }
span { border-color: rgb(176,75,218); }
td.TdClassName
{
border-color: #B04BDA;
}
.TagClassName
{
border-color: #B04BDA;
}
</style>