Shades of Medium Orchid #B04CEA
Tints of Medium Orchid #B04CEA
RGB
CMYK
RGB Variations
Color information
#B04CEA (or 0xB04CEA) is known color: Medium Orchid. HEX triplet: B0, 4C and EA. RGB value is (176,76,234). Sum of RGB (Red+Green+Blue) = 176+76+234=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 76 (30.08% from 255 or 15.64% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 234 - color contains mainly: blue. Hex color #B04CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B04CEA is #4FB315. Grayscale: #7B7B7B. Windows color (decimal): -5223190 or 15355056. OLE color: 15355056.
HSL color Cylindrical-coordinate representation of color #B04CEA: hue angle of 277.97º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B04CEA is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 176 | 76 | 234 | - |
| CMYK | 0.25 | 0.68 | 0 | 0.08 |
| HSL | 277.97º | 0.79% | 0.61% | - |
| HSV(B) | 277.97º | 0.68% | 0.92% | - |
| XYZ | 35.34 | 20.34 | 79.91 | - |
| YUV | 123.91 | 190.13 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 76 | 234 | 0.25 | 0.68 | 0 | 0.08 | 277.97 | 0.79 | 0.61 |
| Hex | B0 | 4C | EA | 19 | 44 | 0 | 8 | 116 | 4F | 3D |
| Octal | 260 | 114 | 352 | 31 | 104 | 0 | 10 | 426 | 117 | 75 |
| Binary | 10110000 | 1001100 | 11101010 | 11001 | 1000100 | 0 | 1000 | 100010110 | 1001111 | 111101 |
Color Harmonies of #B04CEA
Complementary color
Monochromatic Colors of #B04CEA
Black with #B04CEA
Text Example
Text Example
White with #B04CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04CEA; }
p { color: rgb(176,76,234); }
H1.HeaderClassName
{
color: #B04CEA;
}
.AnyTagClassName
{
color: #B04CEA;
}
</style>
background-color css
<style>
a { background-color: #B04CEA; }
a { background-color: rgb(176,76,234); }
div.DivClassName
{
background-color: #B04CEA;
}
.BgClassName
{
background-color: #B04CEA;
}
</style>
border-color css
<style>
span { border-color: #B04CEA; }
span { border-color: rgb(176,76,234); }
td.TdClassName
{
border-color: #B04CEA;
}
.TagClassName
{
border-color: #B04CEA;
}
</style>