Shades of Medium Orchid #B341EE
Tints of Medium Orchid #B341EE
RGB
CMYK
RGB Variations
Color information
#B341EE (or 0xB341EE) is known color: Medium Orchid. HEX triplet: B3, 41 and EE. RGB value is (179,65,238). Sum of RGB (Red+Green+Blue) = 179+65+238=482 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.14% from 482); Green value is 65 (25.78% from 255 or 13.49% from 482); Blue value is 238 (93.36% from 255 or 49.38% from 482); Max value from RGB is 238 - color contains mainly: blue. Hex color #B341EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B341EE is #4CBE11. Grayscale: #767676. Windows color (decimal): -5029394 or 15614387. OLE color: 15614387.
HSL color Cylindrical-coordinate representation of color #B341EE: hue angle of 279.54º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B341EE is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 65 | 238 | - |
| CMYK | 0.25 | 0.73 | 0 | 0.07 |
| HSL | 279.54º | 0.84% | 0.59% | - |
| HSV(B) | 279.54º | 0.73% | 0.93% | - |
| XYZ | 35.91 | 19.54 | 82.77 | - |
| YUV | 118.81 | 195.27 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 65 | 238 | 0.25 | 0.73 | 0 | 0.07 | 279.54 | 0.84 | 0.59 |
| Hex | B3 | 41 | EE | 19 | 49 | 0 | 7 | 118 | 54 | 3B |
| Octal | 263 | 101 | 356 | 31 | 111 | 0 | 7 | 430 | 124 | 73 |
| Binary | 10110011 | 1000001 | 11101110 | 11001 | 1001001 | 0 | 111 | 100011000 | 1010100 | 111011 |
Color Harmonies of #B341EE
Complementary color
Monochromatic Colors of #B341EE
Black with #B341EE
Text Example
Text Example
White with #B341EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B341EE; }
p { color: rgb(179,65,238); }
H1.HeaderClassName
{
color: #B341EE;
}
.AnyTagClassName
{
color: #B341EE;
}
</style>
background-color css
<style>
a { background-color: #B341EE; }
a { background-color: rgb(179,65,238); }
div.DivClassName
{
background-color: #B341EE;
}
.BgClassName
{
background-color: #B341EE;
}
</style>
border-color css
<style>
span { border-color: #B341EE; }
span { border-color: rgb(179,65,238); }
td.TdClassName
{
border-color: #B341EE;
}
.TagClassName
{
border-color: #B341EE;
}
</style>