Shades of Medium Orchid #B34CEF
Tints of Medium Orchid #B34CEF
RGB
CMYK
RGB Variations
Color information
#B34CEF (or 0xB34CEF) is known color: Medium Orchid. HEX triplet: B3, 4C and EF. RGB value is (179,76,239). Sum of RGB (Red+Green+Blue) = 179+76+239=494 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.23% from 494); Green value is 76 (30.08% from 255 or 15.38% from 494); Blue value is 239 (93.75% from 255 or 48.38% from 494); Max value from RGB is 239 - color contains mainly: blue. Hex color #B34CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B34CEF is #4CB310. Grayscale: #7C7C7C. Windows color (decimal): -5026577 or 15682739. OLE color: 15682739.
HSL color Cylindrical-coordinate representation of color #B34CEF: hue angle of 277.91º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B34CEF is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 76 | 239 | - |
| CMYK | 0.25 | 0.68 | 0 | 0.06 |
| HSL | 277.91º | 0.84% | 0.62% | - |
| HSV(B) | 277.91º | 0.68% | 0.94% | - |
| XYZ | 36.75 | 20.98 | 83.77 | - |
| YUV | 125.38 | 192.12 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 76 | 239 | 0.25 | 0.68 | 0 | 0.06 | 277.91 | 0.84 | 0.62 |
| Hex | B3 | 4C | EF | 19 | 44 | 0 | 6 | 116 | 54 | 3E |
| Octal | 263 | 114 | 357 | 31 | 104 | 0 | 6 | 426 | 124 | 76 |
| Binary | 10110011 | 1001100 | 11101111 | 11001 | 1000100 | 0 | 110 | 100010110 | 1010100 | 111110 |
Color Harmonies of #B34CEF
Complementary color
Monochromatic Colors of #B34CEF
Black with #B34CEF
Text Example
Text Example
White with #B34CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34CEF; }
p { color: rgb(179,76,239); }
H1.HeaderClassName
{
color: #B34CEF;
}
.AnyTagClassName
{
color: #B34CEF;
}
</style>
background-color css
<style>
a { background-color: #B34CEF; }
a { background-color: rgb(179,76,239); }
div.DivClassName
{
background-color: #B34CEF;
}
.BgClassName
{
background-color: #B34CEF;
}
</style>
border-color css
<style>
span { border-color: #B34CEF; }
span { border-color: rgb(179,76,239); }
td.TdClassName
{
border-color: #B34CEF;
}
.TagClassName
{
border-color: #B34CEF;
}
</style>