Shades of Medium Orchid #B339EF
Tints of Medium Orchid #B339EF
RGB
CMYK
RGB Variations
Color information
#B339EF (or 0xB339EF) is known color: Medium Orchid. HEX triplet: B3, 39 and EF. RGB value is (179,57,239). Sum of RGB (Red+Green+Blue) = 179+57+239=475 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.68% from 475); Green value is 57 (22.66% from 255 or 12% from 475); Blue value is 239 (93.75% from 255 or 50.32% from 475); Max value from RGB is 239 - color contains mainly: blue. Hex color #B339EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B339EF is #4CC610. Grayscale: #717171. Windows color (decimal): -5031441 or 15677875. OLE color: 15677875.
HSL color Cylindrical-coordinate representation of color #B339EF: hue angle of 280.22º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B339EF is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 57 | 239 | - |
| CMYK | 0.25 | 0.76 | 0 | 0.06 |
| HSL | 280.22º | 0.85% | 0.58% | - |
| HSV(B) | 280.22º | 0.76% | 0.94% | - |
| XYZ | 35.63 | 18.74 | 83.4 | - |
| YUV | 114.23 | 198.42 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 57 | 239 | 0.25 | 0.76 | 0 | 0.06 | 280.22 | 0.85 | 0.58 |
| Hex | B3 | 39 | EF | 19 | 4C | 0 | 6 | 118 | 55 | 3A |
| Octal | 263 | 71 | 357 | 31 | 114 | 0 | 6 | 430 | 125 | 72 |
| Binary | 10110011 | 111001 | 11101111 | 11001 | 1001100 | 0 | 110 | 100011000 | 1010101 | 111010 |
Color Harmonies of #B339EF
Complementary color
Monochromatic Colors of #B339EF
Black with #B339EF
Text Example
Text Example
White with #B339EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B339EF; }
p { color: rgb(179,57,239); }
H1.HeaderClassName
{
color: #B339EF;
}
.AnyTagClassName
{
color: #B339EF;
}
</style>
background-color css
<style>
a { background-color: #B339EF; }
a { background-color: rgb(179,57,239); }
div.DivClassName
{
background-color: #B339EF;
}
.BgClassName
{
background-color: #B339EF;
}
</style>
border-color css
<style>
span { border-color: #B339EF; }
span { border-color: rgb(179,57,239); }
td.TdClassName
{
border-color: #B339EF;
}
.TagClassName
{
border-color: #B339EF;
}
</style>