Shades of Medium Orchid #B349EA
Tints of Medium Orchid #B349EA
RGB
CMYK
RGB Variations
Color information
#B349EA (or 0xB349EA) is known color: Medium Orchid. HEX triplet: B3, 49 and EA. RGB value is (179,73,234). Sum of RGB (Red+Green+Blue) = 179+73+234=486 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.83% from 486); Green value is 73 (28.91% from 255 or 15.02% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 234 - color contains mainly: blue. Hex color #B349EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B349EA is #4CB615. Grayscale: #7A7A7A. Windows color (decimal): -5027350 or 15354291. OLE color: 15354291.
HSL color Cylindrical-coordinate representation of color #B349EA: hue angle of 279.5º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B349EA is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 179 | 73 | 234 | - |
| CMYK | 0.24 | 0.69 | 0 | 0.08 |
| HSL | 279.5º | 0.79% | 0.6% | - |
| HSV(B) | 279.5º | 0.69% | 0.92% | - |
| XYZ | 35.82 | 20.29 | 79.87 | - |
| YUV | 123.05 | 190.62 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 73 | 234 | 0.24 | 0.69 | 0 | 0.08 | 279.5 | 0.79 | 0.6 |
| Hex | B3 | 49 | EA | 18 | 45 | 0 | 8 | 118 | 4F | 3C |
| Octal | 263 | 111 | 352 | 30 | 105 | 0 | 10 | 430 | 117 | 74 |
| Binary | 10110011 | 1001001 | 11101010 | 11000 | 1000101 | 0 | 1000 | 100011000 | 1001111 | 111100 |
Color Harmonies of #B349EA
Complementary color
Monochromatic Colors of #B349EA
Black with #B349EA
Text Example
Text Example
White with #B349EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B349EA; }
p { color: rgb(179,73,234); }
H1.HeaderClassName
{
color: #B349EA;
}
.AnyTagClassName
{
color: #B349EA;
}
</style>
background-color css
<style>
a { background-color: #B349EA; }
a { background-color: rgb(179,73,234); }
div.DivClassName
{
background-color: #B349EA;
}
.BgClassName
{
background-color: #B349EA;
}
</style>
border-color css
<style>
span { border-color: #B349EA; }
span { border-color: rgb(179,73,234); }
td.TdClassName
{
border-color: #B349EA;
}
.TagClassName
{
border-color: #B349EA;
}
</style>