Shades of Medium Orchid #B34DF7
Tints of Medium Orchid #B34DF7
RGB
CMYK
RGB Variations
Color information
#B34DF7 (or 0xB34DF7) is known color: Medium Orchid. HEX triplet: B3, 4D and F7. RGB value is (179,77,247). Sum of RGB (Red+Green+Blue) = 179+77+247=503 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.59% from 503); Green value is 77 (30.47% from 255 or 15.31% from 503); Blue value is 247 (96.88% from 255 or 49.11% from 503); Max value from RGB is 247 - color contains mainly: blue. Hex color #B34DF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B34DF7 is #4CB208. Grayscale: #7E7E7E. Windows color (decimal): -5026313 or 16207283. OLE color: 16207283.
HSL color Cylindrical-coordinate representation of color #B34DF7: hue angle of 276º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B34DF7 is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 179 | 77 | 247 | - |
| CMYK | 0.28 | 0.69 | 0 | 0.03 |
| HSL | 276º | 0.91% | 0.64% | - |
| HSV(B) | 276º | 0.69% | 0.97% | - |
| XYZ | 38.03 | 21.61 | 90.16 | - |
| YUV | 126.88 | 195.79 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 77 | 247 | 0.28 | 0.69 | 0 | 0.03 | 276 | 0.91 | 0.64 |
| Hex | B3 | 4D | F7 | 1C | 45 | 0 | 3 | 114 | 5B | 40 |
| Octal | 263 | 115 | 367 | 34 | 105 | 0 | 3 | 424 | 133 | 100 |
| Binary | 10110011 | 1001101 | 11110111 | 11100 | 1000101 | 0 | 11 | 100010100 | 1011011 | 1000000 |
Color Harmonies of #B34DF7
Complementary color
Monochromatic Colors of #B34DF7
Black with #B34DF7
Text Example
Text Example
White with #B34DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34DF7; }
p { color: rgb(179,77,247); }
H1.HeaderClassName
{
color: #B34DF7;
}
.AnyTagClassName
{
color: #B34DF7;
}
</style>
background-color css
<style>
a { background-color: #B34DF7; }
a { background-color: rgb(179,77,247); }
div.DivClassName
{
background-color: #B34DF7;
}
.BgClassName
{
background-color: #B34DF7;
}
</style>
border-color css
<style>
span { border-color: #B34DF7; }
span { border-color: rgb(179,77,247); }
td.TdClassName
{
border-color: #B34DF7;
}
.TagClassName
{
border-color: #B34DF7;
}
</style>