Shades of Medium Orchid #B34DF6
Tints of Medium Orchid #B34DF6
RGB
CMYK
RGB Variations
Color information
#B34DF6 (or 0xB34DF6) is known color: Medium Orchid. HEX triplet: B3, 4D and F6. RGB value is (179,77,246). Sum of RGB (Red+Green+Blue) = 179+77+246=502 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.66% from 502); Green value is 77 (30.47% from 255 or 15.34% from 502); Blue value is 246 (96.48% from 255 or 49.00% from 502); Max value from RGB is 246 - color contains mainly: blue. Hex color #B34DF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B34DF6 is #4CB209. Grayscale: #7E7E7E. Windows color (decimal): -5026314 or 16141747. OLE color: 16141747.
HSL color Cylindrical-coordinate representation of color #B34DF6: hue angle of 276.21º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B34DF6 is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 179 | 77 | 246 | - |
| CMYK | 0.27 | 0.69 | 0 | 0.04 |
| HSL | 276.21º | 0.9% | 0.63% | - |
| HSV(B) | 276.21º | 0.69% | 0.96% | - |
| XYZ | 37.88 | 21.55 | 89.35 | - |
| YUV | 126.76 | 195.29 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 77 | 246 | 0.27 | 0.69 | 0 | 0.04 | 276.21 | 0.9 | 0.63 |
| Hex | B3 | 4D | F6 | 1B | 45 | 0 | 4 | 114 | 5A | 3F |
| Octal | 263 | 115 | 366 | 33 | 105 | 0 | 4 | 424 | 132 | 77 |
| Binary | 10110011 | 1001101 | 11110110 | 11011 | 1000101 | 0 | 100 | 100010100 | 1011010 | 111111 |
Color Harmonies of #B34DF6
Complementary color
Monochromatic Colors of #B34DF6
Black with #B34DF6
Text Example
Text Example
White with #B34DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34DF6; }
p { color: rgb(179,77,246); }
H1.HeaderClassName
{
color: #B34DF6;
}
.AnyTagClassName
{
color: #B34DF6;
}
</style>
background-color css
<style>
a { background-color: #B34DF6; }
a { background-color: rgb(179,77,246); }
div.DivClassName
{
background-color: #B34DF6;
}
.BgClassName
{
background-color: #B34DF6;
}
</style>
border-color css
<style>
span { border-color: #B34DF6; }
span { border-color: rgb(179,77,246); }
td.TdClassName
{
border-color: #B34DF6;
}
.TagClassName
{
border-color: #B34DF6;
}
</style>