Shades of Medium Orchid #B04AEC
Tints of Medium Orchid #B04AEC
RGB
CMYK
RGB Variations
Color information
#B04AEC (or 0xB04AEC) is known color: Medium Orchid. HEX triplet: B0, 4A and EC. RGB value is (176,74,236). Sum of RGB (Red+Green+Blue) = 176+74+236=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 74 (29.30% from 255 or 15.23% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #B04AEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B04AEC is #4FB513. Grayscale: #7A7A7A. Windows color (decimal): -5223700 or 15485616. OLE color: 15485616.
HSL color Cylindrical-coordinate representation of color #B04AEC: hue angle of 277.78º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B04AEC is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 74 | 236 | - |
| CMYK | 0.25 | 0.69 | 0 | 0.07 |
| HSL | 277.78º | 0.81% | 0.61% | - |
| HSV(B) | 277.78º | 0.69% | 0.93% | - |
| XYZ | 35.49 | 20.18 | 81.38 | - |
| YUV | 122.97 | 191.79 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 74 | 236 | 0.25 | 0.69 | 0 | 0.07 | 277.78 | 0.81 | 0.61 |
| Hex | B0 | 4A | EC | 19 | 45 | 0 | 7 | 116 | 51 | 3D |
| Octal | 260 | 112 | 354 | 31 | 105 | 0 | 7 | 426 | 121 | 75 |
| Binary | 10110000 | 1001010 | 11101100 | 11001 | 1000101 | 0 | 111 | 100010110 | 1010001 | 111101 |
Color Harmonies of #B04AEC
Complementary color
Monochromatic Colors of #B04AEC
Black with #B04AEC
Text Example
Text Example
White with #B04AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04AEC; }
p { color: rgb(176,74,236); }
H1.HeaderClassName
{
color: #B04AEC;
}
.AnyTagClassName
{
color: #B04AEC;
}
</style>
background-color css
<style>
a { background-color: #B04AEC; }
a { background-color: rgb(176,74,236); }
div.DivClassName
{
background-color: #B04AEC;
}
.BgClassName
{
background-color: #B04AEC;
}
</style>
border-color css
<style>
span { border-color: #B04AEC; }
span { border-color: rgb(176,74,236); }
td.TdClassName
{
border-color: #B04AEC;
}
.TagClassName
{
border-color: #B04AEC;
}
</style>