Shades of Medium Orchid #B349F2
Tints of Medium Orchid #B349F2
RGB
CMYK
RGB Variations
Color information
#B349F2 (or 0xB349F2) is known color: Medium Orchid. HEX triplet: B3, 49 and F2. RGB value is (179,73,242). Sum of RGB (Red+Green+Blue) = 179+73+242=494 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.23% from 494); Green value is 73 (28.91% from 255 or 14.78% from 494); Blue value is 242 (94.92% from 255 or 48.99% from 494); Max value from RGB is 242 - color contains mainly: blue. Hex color #B349F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B349F2 is #4CB60D. Grayscale: #7B7B7B. Windows color (decimal): -5027342 or 15878579. OLE color: 15878579.
HSL color Cylindrical-coordinate representation of color #B349F2: hue angle of 277.63º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B349F2 is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 73 | 242 | - |
| CMYK | 0.26 | 0.70 | 0 | 0.05 |
| HSL | 277.63º | 0.87% | 0.62% | - |
| HSV(B) | 277.63º | 0.7% | 0.95% | - |
| XYZ | 37 | 20.76 | 86.06 | - |
| YUV | 123.96 | 194.62 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 73 | 242 | 0.26 | 0.70 | 0 | 0.05 | 277.63 | 0.87 | 0.62 |
| Hex | B3 | 49 | F2 | 1A | 46 | 0 | 5 | 116 | 57 | 3E |
| Octal | 263 | 111 | 362 | 32 | 106 | 0 | 5 | 426 | 127 | 76 |
| Binary | 10110011 | 1001001 | 11110010 | 11010 | 1000110 | 0 | 101 | 100010110 | 1010111 | 111110 |
Color Harmonies of #B349F2
Complementary color
Monochromatic Colors of #B349F2
Black with #B349F2
Text Example
Text Example
White with #B349F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B349F2; }
p { color: rgb(179,73,242); }
H1.HeaderClassName
{
color: #B349F2;
}
.AnyTagClassName
{
color: #B349F2;
}
</style>
background-color css
<style>
a { background-color: #B349F2; }
a { background-color: rgb(179,73,242); }
div.DivClassName
{
background-color: #B349F2;
}
.BgClassName
{
background-color: #B349F2;
}
</style>
border-color css
<style>
span { border-color: #B349F2; }
span { border-color: rgb(179,73,242); }
td.TdClassName
{
border-color: #B349F2;
}
.TagClassName
{
border-color: #B349F2;
}
</style>