Shades of Medium Orchid #B34FF2
Tints of Medium Orchid #B34FF2
RGB
CMYK
RGB Variations
Color information
#B34FF2 (or 0xB34FF2) is known color: Medium Orchid. HEX triplet: B3, 4F and F2. RGB value is (179,79,242). Sum of RGB (Red+Green+Blue) = 179+79+242=500 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.8% from 500); Green value is 79 (31.25% from 255 or 15.8% from 500); Blue value is 242 (94.92% from 255 or 48.4% from 500); Max value from RGB is 242 - color contains mainly: blue. Hex color #B34FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B34FF2 is #4CB00D. Grayscale: #7E7E7E. Windows color (decimal): -5025806 or 15880115. OLE color: 15880115.
HSL color Cylindrical-coordinate representation of color #B34FF2: hue angle of 276.81º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B34FF2 is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 79 | 242 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.05 |
| HSL | 276.81º | 0.86% | 0.63% | - |
| HSV(B) | 276.81º | 0.67% | 0.95% | - |
| XYZ | 37.41 | 21.59 | 86.2 | - |
| YUV | 127.48 | 192.63 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 79 | 242 | 0.26 | 0.67 | 0 | 0.05 | 276.81 | 0.86 | 0.63 |
| Hex | B3 | 4F | F2 | 1A | 43 | 0 | 5 | 115 | 56 | 3F |
| Octal | 263 | 117 | 362 | 32 | 103 | 0 | 5 | 425 | 126 | 77 |
| Binary | 10110011 | 1001111 | 11110010 | 11010 | 1000011 | 0 | 101 | 100010101 | 1010110 | 111111 |
Color Harmonies of #B34FF2
Complementary color
Monochromatic Colors of #B34FF2
Black with #B34FF2
Text Example
Text Example
White with #B34FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34FF2; }
p { color: rgb(179,79,242); }
H1.HeaderClassName
{
color: #B34FF2;
}
.AnyTagClassName
{
color: #B34FF2;
}
</style>
background-color css
<style>
a { background-color: #B34FF2; }
a { background-color: rgb(179,79,242); }
div.DivClassName
{
background-color: #B34FF2;
}
.BgClassName
{
background-color: #B34FF2;
}
</style>
border-color css
<style>
span { border-color: #B34FF2; }
span { border-color: rgb(179,79,242); }
td.TdClassName
{
border-color: #B34FF2;
}
.TagClassName
{
border-color: #B34FF2;
}
</style>