Shades of Medium Orchid #B04AE3
Tints of Medium Orchid #B04AE3
RGB
CMYK
RGB Variations
Color information
#B04AE3 (or 0xB04AE3) is known color: Medium Orchid. HEX triplet: B0, 4A and E3. RGB value is (176,74,227). Sum of RGB (Red+Green+Blue) = 176+74+227=477 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.90% from 477); Green value is 74 (29.30% from 255 or 15.51% from 477); Blue value is 227 (89.06% from 255 or 47.59% from 477); Max value from RGB is 227 - color contains mainly: blue. Hex color #B04AE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B04AE3 is #4FB51C. Grayscale: #797979. Windows color (decimal): -5223709 or 14895792. OLE color: 14895792.
HSL color Cylindrical-coordinate representation of color #B04AE3: hue angle of 280º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B04AE3 is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 74 | 227 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.11 |
| HSL | 280º | 0.73% | 0.59% | - |
| HSV(B) | 280º | 0.67% | 0.89% | - |
| XYZ | 34.22 | 19.67 | 74.67 | - |
| YUV | 121.94 | 187.29 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 74 | 227 | 0.22 | 0.67 | 0 | 0.11 | 280 | 0.73 | 0.59 |
| Hex | B0 | 4A | E3 | 16 | 43 | 0 | B | 118 | 49 | 3B |
| Octal | 260 | 112 | 343 | 26 | 103 | 0 | 13 | 430 | 111 | 73 |
| Binary | 10110000 | 1001010 | 11100011 | 10110 | 1000011 | 0 | 1011 | 100011000 | 1001001 | 111011 |
Color Harmonies of #B04AE3
Complementary color
Monochromatic Colors of #B04AE3
Black with #B04AE3
Text Example
Text Example
White with #B04AE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04AE3; }
p { color: rgb(176,74,227); }
H1.HeaderClassName
{
color: #B04AE3;
}
.AnyTagClassName
{
color: #B04AE3;
}
</style>
background-color css
<style>
a { background-color: #B04AE3; }
a { background-color: rgb(176,74,227); }
div.DivClassName
{
background-color: #B04AE3;
}
.BgClassName
{
background-color: #B04AE3;
}
</style>
border-color css
<style>
span { border-color: #B04AE3; }
span { border-color: rgb(176,74,227); }
td.TdClassName
{
border-color: #B04AE3;
}
.TagClassName
{
border-color: #B04AE3;
}
</style>