Shades of Medium Orchid #B34CEE
Tints of Medium Orchid #B34CEE
RGB
CMYK
RGB Variations
Color information
#B34CEE (or 0xB34CEE) is known color: Medium Orchid. HEX triplet: B3, 4C and EE. RGB value is (179,76,238). Sum of RGB (Red+Green+Blue) = 179+76+238=493 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.31% from 493); Green value is 76 (30.08% from 255 or 15.42% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 238 - color contains mainly: blue. Hex color #B34CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B34CEE is #4CB311. Grayscale: #7C7C7C. Windows color (decimal): -5026578 or 15617203. OLE color: 15617203.
HSL color Cylindrical-coordinate representation of color #B34CEE: hue angle of 278.15º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B34CEE is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 76 | 238 | - |
| CMYK | 0.25 | 0.68 | 0 | 0.07 |
| HSL | 278.15º | 0.83% | 0.62% | - |
| HSV(B) | 278.15º | 0.68% | 0.93% | - |
| XYZ | 36.61 | 20.93 | 83 | - |
| YUV | 125.27 | 191.62 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 76 | 238 | 0.25 | 0.68 | 0 | 0.07 | 278.15 | 0.83 | 0.62 |
| Hex | B3 | 4C | EE | 19 | 44 | 0 | 7 | 116 | 53 | 3E |
| Octal | 263 | 114 | 356 | 31 | 104 | 0 | 7 | 426 | 123 | 76 |
| Binary | 10110011 | 1001100 | 11101110 | 11001 | 1000100 | 0 | 111 | 100010110 | 1010011 | 111110 |
Color Harmonies of #B34CEE
Complementary color
Monochromatic Colors of #B34CEE
Black with #B34CEE
Text Example
Text Example
White with #B34CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34CEE; }
p { color: rgb(179,76,238); }
H1.HeaderClassName
{
color: #B34CEE;
}
.AnyTagClassName
{
color: #B34CEE;
}
</style>
background-color css
<style>
a { background-color: #B34CEE; }
a { background-color: rgb(179,76,238); }
div.DivClassName
{
background-color: #B34CEE;
}
.BgClassName
{
background-color: #B34CEE;
}
</style>
border-color css
<style>
span { border-color: #B34CEE; }
span { border-color: rgb(179,76,238); }
td.TdClassName
{
border-color: #B34CEE;
}
.TagClassName
{
border-color: #B34CEE;
}
</style>