Shades of Medium Orchid #B34CFE
Tints of Medium Orchid #B34CFE
RGB
CMYK
RGB Variations
Color information
#B34CFE (or 0xB34CFE) is known color: Medium Orchid. HEX triplet: B3, 4C and FE. RGB value is (179,76,254). Sum of RGB (Red+Green+Blue) = 179+76+254=509 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.17% from 509); Green value is 76 (30.08% from 255 or 14.93% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #B34CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B34CFE is #4CB301. Grayscale: #7E7E7E. Windows color (decimal): -5026562 or 16665779. OLE color: 16665779.
HSL color Cylindrical-coordinate representation of color #B34CFE: hue angle of 274.72º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B34CFE is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 179 | 76 | 254 | - |
| CMYK | 0.30 | 0.70 | 0 | 0.00 |
| HSL | 274.72º | 0.99% | 0.65% | - |
| HSV(B) | 274.72º | 0.7% | 1% | - |
| XYZ | 39.06 | 21.91 | 95.94 | - |
| YUV | 127.09 | 199.62 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 76 | 254 | 0.30 | 0.70 | 0 | 0.00 | 274.72 | 0.99 | 0.65 |
| Hex | B3 | 4C | FE | 1E | 46 | 0 | 0 | 113 | 63 | 41 |
| Octal | 263 | 114 | 376 | 36 | 106 | 0 | 0 | 423 | 143 | 101 |
| Binary | 10110011 | 1001100 | 11111110 | 11110 | 1000110 | 0 | 0 | 100010011 | 1100011 | 1000001 |
Color Harmonies of #B34CFE
Complementary color
Monochromatic Colors of #B34CFE
Black with #B34CFE
Text Example
Text Example
White with #B34CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34CFE; }
p { color: rgb(179,76,254); }
H1.HeaderClassName
{
color: #B34CFE;
}
.AnyTagClassName
{
color: #B34CFE;
}
</style>
background-color css
<style>
a { background-color: #B34CFE; }
a { background-color: rgb(179,76,254); }
div.DivClassName
{
background-color: #B34CFE;
}
.BgClassName
{
background-color: #B34CFE;
}
</style>
border-color css
<style>
span { border-color: #B34CFE; }
span { border-color: rgb(179,76,254); }
td.TdClassName
{
border-color: #B34CFE;
}
.TagClassName
{
border-color: #B34CFE;
}
</style>