Shades of Medium Orchid #B13EEE
Tints of Medium Orchid #B13EEE
RGB
CMYK
RGB Variations
Color information
#B13EEE (or 0xB13EEE) is known color: Medium Orchid. HEX triplet: B1, 3E and EE. RGB value is (177,62,238). Sum of RGB (Red+Green+Blue) = 177+62+238=477 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.11% from 477); Green value is 62 (24.61% from 255 or 13.00% from 477); Blue value is 238 (93.36% from 255 or 49.90% from 477); Max value from RGB is 238 - color contains mainly: blue. Hex color #B13EEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B13EEE is #4EC111. Grayscale: #737373. Windows color (decimal): -5161234 or 15613617. OLE color: 15613617.
HSL color Cylindrical-coordinate representation of color #B13EEE: hue angle of 279.2º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B13EEE is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 62 | 238 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.07 |
| HSL | 279.2º | 0.84% | 0.59% | - |
| HSV(B) | 279.2º | 0.74% | 0.93% | - |
| XYZ | 35.29 | 18.97 | 82.69 | - |
| YUV | 116.45 | 196.6 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 62 | 238 | 0.26 | 0.74 | 0 | 0.07 | 279.2 | 0.84 | 0.59 |
| Hex | B1 | 3E | EE | 1A | 4A | 0 | 7 | 117 | 54 | 3B |
| Octal | 261 | 76 | 356 | 32 | 112 | 0 | 7 | 427 | 124 | 73 |
| Binary | 10110001 | 111110 | 11101110 | 11010 | 1001010 | 0 | 111 | 100010111 | 1010100 | 111011 |
Color Harmonies of #B13EEE
Complementary color
Monochromatic Colors of #B13EEE
Black with #B13EEE
Text Example
Text Example
White with #B13EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13EEE; }
p { color: rgb(177,62,238); }
H1.HeaderClassName
{
color: #B13EEE;
}
.AnyTagClassName
{
color: #B13EEE;
}
</style>
background-color css
<style>
a { background-color: #B13EEE; }
a { background-color: rgb(177,62,238); }
div.DivClassName
{
background-color: #B13EEE;
}
.BgClassName
{
background-color: #B13EEE;
}
</style>
border-color css
<style>
span { border-color: #B13EEE; }
span { border-color: rgb(177,62,238); }
td.TdClassName
{
border-color: #B13EEE;
}
.TagClassName
{
border-color: #B13EEE;
}
</style>