Shades of Medium Orchid #B04AE0
Tints of Medium Orchid #B04AE0
RGB
CMYK
RGB Variations
Color information
#B04AE0 (or 0xB04AE0) is known color: Medium Orchid. HEX triplet: B0, 4A and E0. RGB value is (176,74,224). Sum of RGB (Red+Green+Blue) = 176+74+224=474 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.13% from 474); Green value is 74 (29.30% from 255 or 15.61% from 474); Blue value is 224 (87.89% from 255 or 47.26% from 474); Max value from RGB is 224 - color contains mainly: blue. Hex color #B04AE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B04AE0 is #4FB51F. Grayscale: #797979. Windows color (decimal): -5223712 or 14699184. OLE color: 14699184.
HSL color Cylindrical-coordinate representation of color #B04AE0: hue angle of 280.8º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B04AE0 is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 176 | 74 | 224 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.12 |
| HSL | 280.8º | 0.71% | 0.58% | - |
| HSV(B) | 280.8º | 0.67% | 0.88% | - |
| XYZ | 33.81 | 19.51 | 72.5 | - |
| YUV | 121.6 | 185.79 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 74 | 224 | 0.21 | 0.67 | 0 | 0.12 | 280.8 | 0.71 | 0.58 |
| Hex | B0 | 4A | E0 | 15 | 43 | 0 | C | 119 | 47 | 3A |
| Octal | 260 | 112 | 340 | 25 | 103 | 0 | 14 | 431 | 107 | 72 |
| Binary | 10110000 | 1001010 | 11100000 | 10101 | 1000011 | 0 | 1100 | 100011001 | 1000111 | 111010 |
Color Harmonies of #B04AE0
Complementary color
Monochromatic Colors of #B04AE0
Black with #B04AE0
Text Example
Text Example
White with #B04AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04AE0; }
p { color: rgb(176,74,224); }
H1.HeaderClassName
{
color: #B04AE0;
}
.AnyTagClassName
{
color: #B04AE0;
}
</style>
background-color css
<style>
a { background-color: #B04AE0; }
a { background-color: rgb(176,74,224); }
div.DivClassName
{
background-color: #B04AE0;
}
.BgClassName
{
background-color: #B04AE0;
}
</style>
border-color css
<style>
span { border-color: #B04AE0; }
span { border-color: rgb(176,74,224); }
td.TdClassName
{
border-color: #B04AE0;
}
.TagClassName
{
border-color: #B04AE0;
}
</style>