Shades of Medium Orchid #B34DF4
Tints of Medium Orchid #B34DF4
RGB
CMYK
RGB Variations
Color information
#B34DF4 (or 0xB34DF4) is known color: Medium Orchid. HEX triplet: B3, 4D and F4. RGB value is (179,77,244). Sum of RGB (Red+Green+Blue) = 179+77+244=500 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.8% from 500); Green value is 77 (30.47% from 255 or 15.4% from 500); Blue value is 244 (95.70% from 255 or 48.8% from 500); Max value from RGB is 244 - color contains mainly: blue. Hex color #B34DF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B34DF4 is #4CB20B. Grayscale: #7D7D7D. Windows color (decimal): -5026316 or 16010675. OLE color: 16010675.
HSL color Cylindrical-coordinate representation of color #B34DF4: hue angle of 276.65º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B34DF4 is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 179 | 77 | 244 | - |
| CMYK | 0.27 | 0.68 | 0 | 0.04 |
| HSL | 276.65º | 0.88% | 0.63% | - |
| HSV(B) | 276.65º | 0.68% | 0.96% | - |
| XYZ | 37.57 | 21.42 | 87.74 | - |
| YUV | 126.54 | 194.29 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 77 | 244 | 0.27 | 0.68 | 0 | 0.04 | 276.65 | 0.88 | 0.63 |
| Hex | B3 | 4D | F4 | 1B | 44 | 0 | 4 | 115 | 58 | 3F |
| Octal | 263 | 115 | 364 | 33 | 104 | 0 | 4 | 425 | 130 | 77 |
| Binary | 10110011 | 1001101 | 11110100 | 11011 | 1000100 | 0 | 100 | 100010101 | 1011000 | 111111 |
Color Harmonies of #B34DF4
Complementary color
Monochromatic Colors of #B34DF4
Black with #B34DF4
Text Example
Text Example
White with #B34DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34DF4; }
p { color: rgb(179,77,244); }
H1.HeaderClassName
{
color: #B34DF4;
}
.AnyTagClassName
{
color: #B34DF4;
}
</style>
background-color css
<style>
a { background-color: #B34DF4; }
a { background-color: rgb(179,77,244); }
div.DivClassName
{
background-color: #B34DF4;
}
.BgClassName
{
background-color: #B34DF4;
}
</style>
border-color css
<style>
span { border-color: #B34DF4; }
span { border-color: rgb(179,77,244); }
td.TdClassName
{
border-color: #B34DF4;
}
.TagClassName
{
border-color: #B34DF4;
}
</style>