Shades of Medium Orchid #B04CE9
Tints of Medium Orchid #B04CE9
RGB
CMYK
RGB Variations
Color information
#B04CE9 (or 0xB04CE9) is known color: Medium Orchid. HEX triplet: B0, 4C and E9. RGB value is (176,76,233). Sum of RGB (Red+Green+Blue) = 176+76+233=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 76 (30.08% from 255 or 15.67% from 485); Blue value is 233 (91.41% from 255 or 48.04% from 485); Max value from RGB is 233 - color contains mainly: blue. Hex color #B04CE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B04CE9 is #4FB316. Grayscale: #7B7B7B. Windows color (decimal): -5223191 or 15289520. OLE color: 15289520.
HSL color Cylindrical-coordinate representation of color #B04CE9: hue angle of 278.22º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B04CE9 is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 176 | 76 | 233 | - |
| CMYK | 0.24 | 0.67 | 0 | 0.09 |
| HSL | 278.22º | 0.78% | 0.61% | - |
| HSV(B) | 278.22º | 0.67% | 0.91% | - |
| XYZ | 35.2 | 20.28 | 79.15 | - |
| YUV | 123.8 | 189.63 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 76 | 233 | 0.24 | 0.67 | 0 | 0.09 | 278.22 | 0.78 | 0.61 |
| Hex | B0 | 4C | E9 | 18 | 43 | 0 | 9 | 116 | 4E | 3D |
| Octal | 260 | 114 | 351 | 30 | 103 | 0 | 11 | 426 | 116 | 75 |
| Binary | 10110000 | 1001100 | 11101001 | 11000 | 1000011 | 0 | 1001 | 100010110 | 1001110 | 111101 |
Color Harmonies of #B04CE9
Complementary color
Monochromatic Colors of #B04CE9
Black with #B04CE9
Text Example
Text Example
White with #B04CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04CE9; }
p { color: rgb(176,76,233); }
H1.HeaderClassName
{
color: #B04CE9;
}
.AnyTagClassName
{
color: #B04CE9;
}
</style>
background-color css
<style>
a { background-color: #B04CE9; }
a { background-color: rgb(176,76,233); }
div.DivClassName
{
background-color: #B04CE9;
}
.BgClassName
{
background-color: #B04CE9;
}
</style>
border-color css
<style>
span { border-color: #B04CE9; }
span { border-color: rgb(176,76,233); }
td.TdClassName
{
border-color: #B04CE9;
}
.TagClassName
{
border-color: #B04CE9;
}
</style>