Shades of Medium Orchid #B34EE7
Tints of Medium Orchid #B34EE7
RGB
CMYK
RGB Variations
Color information
#B34EE7 (or 0xB34EE7) is known color: Medium Orchid. HEX triplet: B3, 4E and E7. RGB value is (179,78,231). Sum of RGB (Red+Green+Blue) = 179+78+231=488 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.68% from 488); Green value is 78 (30.86% from 255 or 15.98% from 488); Blue value is 231 (90.62% from 255 or 47.34% from 488); Max value from RGB is 231 - color contains mainly: blue. Hex color #B34EE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B34EE7 is #4CB118. Grayscale: #7D7D7D. Windows color (decimal): -5026073 or 15158963. OLE color: 15158963.
HSL color Cylindrical-coordinate representation of color #B34EE7: hue angle of 279.61º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B34EE7 is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 179 | 78 | 231 | - |
| CMYK | 0.23 | 0.66 | 0 | 0.09 |
| HSL | 279.61º | 0.76% | 0.61% | - |
| HSV(B) | 279.61º | 0.66% | 0.91% | - |
| XYZ | 35.74 | 20.8 | 77.73 | - |
| YUV | 125.64 | 187.46 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 78 | 231 | 0.23 | 0.66 | 0 | 0.09 | 279.61 | 0.76 | 0.61 |
| Hex | B3 | 4E | E7 | 17 | 42 | 0 | 9 | 118 | 4C | 3D |
| Octal | 263 | 116 | 347 | 27 | 102 | 0 | 11 | 430 | 114 | 75 |
| Binary | 10110011 | 1001110 | 11100111 | 10111 | 1000010 | 0 | 1001 | 100011000 | 1001100 | 111101 |
Color Harmonies of #B34EE7
Complementary color
Monochromatic Colors of #B34EE7
Black with #B34EE7
Text Example
Text Example
White with #B34EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34EE7; }
p { color: rgb(179,78,231); }
H1.HeaderClassName
{
color: #B34EE7;
}
.AnyTagClassName
{
color: #B34EE7;
}
</style>
background-color css
<style>
a { background-color: #B34EE7; }
a { background-color: rgb(179,78,231); }
div.DivClassName
{
background-color: #B34EE7;
}
.BgClassName
{
background-color: #B34EE7;
}
</style>
border-color css
<style>
span { border-color: #B34EE7; }
span { border-color: rgb(179,78,231); }
td.TdClassName
{
border-color: #B34EE7;
}
.TagClassName
{
border-color: #B34EE7;
}
</style>