Shades of Medium Orchid #B336EF
Tints of Medium Orchid #B336EF
RGB
CMYK
RGB Variations
Color information
#B336EF (or 0xB336EF) is known color: Medium Orchid. HEX triplet: B3, 36 and EF. RGB value is (179,54,239). Sum of RGB (Red+Green+Blue) = 179+54+239=472 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.92% from 472); Green value is 54 (21.48% from 255 or 11.44% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #B336EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B336EF is #4CC910. Grayscale: #6F6F6F. Windows color (decimal): -5032209 or 15677107. OLE color: 15677107.
HSL color Cylindrical-coordinate representation of color #B336EF: hue angle of 280.54º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B336EF is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 54 | 239 | - |
| CMYK | 0.25 | 0.77 | 0 | 0.06 |
| HSL | 280.54º | 0.85% | 0.57% | - |
| HSV(B) | 280.54º | 0.77% | 0.94% | - |
| XYZ | 35.49 | 18.45 | 83.35 | - |
| YUV | 112.47 | 199.41 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 54 | 239 | 0.25 | 0.77 | 0 | 0.06 | 280.54 | 0.85 | 0.57 |
| Hex | B3 | 36 | EF | 19 | 4D | 0 | 6 | 119 | 55 | 39 |
| Octal | 263 | 66 | 357 | 31 | 115 | 0 | 6 | 431 | 125 | 71 |
| Binary | 10110011 | 110110 | 11101111 | 11001 | 1001101 | 0 | 110 | 100011001 | 1010101 | 111001 |
Color Harmonies of #B336EF
Complementary color
Monochromatic Colors of #B336EF
Black with #B336EF
Text Example
Text Example
White with #B336EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B336EF; }
p { color: rgb(179,54,239); }
H1.HeaderClassName
{
color: #B336EF;
}
.AnyTagClassName
{
color: #B336EF;
}
</style>
background-color css
<style>
a { background-color: #B336EF; }
a { background-color: rgb(179,54,239); }
div.DivClassName
{
background-color: #B336EF;
}
.BgClassName
{
background-color: #B336EF;
}
</style>
border-color css
<style>
span { border-color: #B336EF; }
span { border-color: rgb(179,54,239); }
td.TdClassName
{
border-color: #B336EF;
}
.TagClassName
{
border-color: #B336EF;
}
</style>