Shades of Medium Orchid #B338EF
Tints of Medium Orchid #B338EF
RGB
CMYK
RGB Variations
Color information
#B338EF (or 0xB338EF) is known color: Medium Orchid. HEX triplet: B3, 38 and EF. RGB value is (179,56,239). Sum of RGB (Red+Green+Blue) = 179+56+239=474 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.76% from 474); Green value is 56 (22.27% from 255 or 11.81% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #B338EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B338EF is #4CC710. Grayscale: #717171. Windows color (decimal): -5031697 or 15677619. OLE color: 15677619.
HSL color Cylindrical-coordinate representation of color #B338EF: hue angle of 280.33º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B338EF is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 56 | 239 | - |
| CMYK | 0.25 | 0.77 | 0 | 0.06 |
| HSL | 280.33º | 0.85% | 0.58% | - |
| HSV(B) | 280.33º | 0.77% | 0.94% | - |
| XYZ | 35.58 | 18.64 | 83.38 | - |
| YUV | 113.64 | 198.75 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 56 | 239 | 0.25 | 0.77 | 0 | 0.06 | 280.33 | 0.85 | 0.58 |
| Hex | B3 | 38 | EF | 19 | 4D | 0 | 6 | 118 | 55 | 3A |
| Octal | 263 | 70 | 357 | 31 | 115 | 0 | 6 | 430 | 125 | 72 |
| Binary | 10110011 | 111000 | 11101111 | 11001 | 1001101 | 0 | 110 | 100011000 | 1010101 | 111010 |
Color Harmonies of #B338EF
Complementary color
Monochromatic Colors of #B338EF
Black with #B338EF
Text Example
Text Example
White with #B338EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B338EF; }
p { color: rgb(179,56,239); }
H1.HeaderClassName
{
color: #B338EF;
}
.AnyTagClassName
{
color: #B338EF;
}
</style>
background-color css
<style>
a { background-color: #B338EF; }
a { background-color: rgb(179,56,239); }
div.DivClassName
{
background-color: #B338EF;
}
.BgClassName
{
background-color: #B338EF;
}
</style>
border-color css
<style>
span { border-color: #B338EF; }
span { border-color: rgb(179,56,239); }
td.TdClassName
{
border-color: #B338EF;
}
.TagClassName
{
border-color: #B338EF;
}
</style>