Shades of Medium Orchid #B34CF5
Tints of Medium Orchid #B34CF5
RGB
CMYK
RGB Variations
Color information
#B34CF5 (or 0xB34CF5) is known color: Medium Orchid. HEX triplet: B3, 4C and F5. RGB value is (179,76,245). Sum of RGB (Red+Green+Blue) = 179+76+245=500 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.8% from 500); Green value is 76 (30.08% from 255 or 15.2% from 500); Blue value is 245 (96.09% from 255 or 49% from 500); Max value from RGB is 245 - color contains mainly: blue. Hex color #B34CF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B34CF5 is #4CB30A. Grayscale: #7D7D7D. Windows color (decimal): -5026571 or 16075955. OLE color: 16075955.
HSL color Cylindrical-coordinate representation of color #B34CF5: hue angle of 276.57º degrees, saturation: 0.89, 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 #B34CF5 is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 179 | 76 | 245 | - |
| CMYK | 0.27 | 0.69 | 0 | 0.04 |
| HSL | 276.57º | 0.89% | 0.63% | - |
| HSV(B) | 276.57º | 0.69% | 0.96% | - |
| XYZ | 37.66 | 21.35 | 88.52 | - |
| YUV | 126.06 | 195.12 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 76 | 245 | 0.27 | 0.69 | 0 | 0.04 | 276.57 | 0.89 | 0.63 |
| Hex | B3 | 4C | F5 | 1B | 45 | 0 | 4 | 115 | 59 | 3F |
| Octal | 263 | 114 | 365 | 33 | 105 | 0 | 4 | 425 | 131 | 77 |
| Binary | 10110011 | 1001100 | 11110101 | 11011 | 1000101 | 0 | 100 | 100010101 | 1011001 | 111111 |
Color Harmonies of #B34CF5
Complementary color
Monochromatic Colors of #B34CF5
Black with #B34CF5
Text Example
Text Example
White with #B34CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34CF5; }
p { color: rgb(179,76,245); }
H1.HeaderClassName
{
color: #B34CF5;
}
.AnyTagClassName
{
color: #B34CF5;
}
</style>
background-color css
<style>
a { background-color: #B34CF5; }
a { background-color: rgb(179,76,245); }
div.DivClassName
{
background-color: #B34CF5;
}
.BgClassName
{
background-color: #B34CF5;
}
</style>
border-color css
<style>
span { border-color: #B34CF5; }
span { border-color: rgb(179,76,245); }
td.TdClassName
{
border-color: #B34CF5;
}
.TagClassName
{
border-color: #B34CF5;
}
</style>