Shades of Medium Orchid #B339E5
Tints of Medium Orchid #B339E5
RGB
CMYK
RGB Variations
Color information
#B339E5 (or 0xB339E5) is known color: Medium Orchid. HEX triplet: B3, 39 and E5. RGB value is (179,57,229). Sum of RGB (Red+Green+Blue) = 179+57+229=465 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.49% from 465); Green value is 57 (22.66% from 255 or 12.26% from 465); Blue value is 229 (89.84% from 255 or 49.25% from 465); Max value from RGB is 229 - color contains mainly: blue. Hex color #B339E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B339E5 is #4CC61A. Grayscale: #707070. Windows color (decimal): -5031451 or 15022515. OLE color: 15022515.
HSL color Cylindrical-coordinate representation of color #B339E5: hue angle of 282.56º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B339E5 is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 179 | 57 | 229 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.10 |
| HSL | 282.56º | 0.77% | 0.56% | - |
| HSV(B) | 282.56º | 0.75% | 0.9% | - |
| XYZ | 34.2 | 18.17 | 75.83 | - |
| YUV | 113.09 | 193.42 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 57 | 229 | 0.22 | 0.75 | 0 | 0.10 | 282.56 | 0.77 | 0.56 |
| Hex | B3 | 39 | E5 | 16 | 4B | 0 | A | 11B | 4D | 38 |
| Octal | 263 | 71 | 345 | 26 | 113 | 0 | 12 | 433 | 115 | 70 |
| Binary | 10110011 | 111001 | 11100101 | 10110 | 1001011 | 0 | 1010 | 100011011 | 1001101 | 111000 |
Color Harmonies of #B339E5
Complementary color
Monochromatic Colors of #B339E5
Black with #B339E5
Text Example
Text Example
White with #B339E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B339E5; }
p { color: rgb(179,57,229); }
H1.HeaderClassName
{
color: #B339E5;
}
.AnyTagClassName
{
color: #B339E5;
}
</style>
background-color css
<style>
a { background-color: #B339E5; }
a { background-color: rgb(179,57,229); }
div.DivClassName
{
background-color: #B339E5;
}
.BgClassName
{
background-color: #B339E5;
}
</style>
border-color css
<style>
span { border-color: #B339E5; }
span { border-color: rgb(179,57,229); }
td.TdClassName
{
border-color: #B339E5;
}
.TagClassName
{
border-color: #B339E5;
}
</style>