Shades of Medium Orchid #B13CEE
Tints of Medium Orchid #B13CEE
RGB
CMYK
RGB Variations
Color information
#B13CEE (or 0xB13CEE) is known color: Medium Orchid. HEX triplet: B1, 3C and EE. RGB value is (177,60,238). Sum of RGB (Red+Green+Blue) = 177+60+238=475 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.26% from 475); Green value is 60 (23.83% from 255 or 12.63% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #B13CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B13CEE is #4EC311. Grayscale: #727272. Windows color (decimal): -5161746 or 15613105. OLE color: 15613105.
HSL color Cylindrical-coordinate representation of color #B13CEE: hue angle of 279.44º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B13CEE is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 60 | 238 | - |
| CMYK | 0.26 | 0.75 | 0 | 0.07 |
| HSL | 279.44º | 0.84% | 0.58% | - |
| HSV(B) | 279.44º | 0.75% | 0.93% | - |
| XYZ | 35.18 | 18.75 | 82.65 | - |
| YUV | 115.28 | 197.26 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 60 | 238 | 0.26 | 0.75 | 0 | 0.07 | 279.44 | 0.84 | 0.58 |
| Hex | B1 | 3C | EE | 1A | 4B | 0 | 7 | 117 | 54 | 3A |
| Octal | 261 | 74 | 356 | 32 | 113 | 0 | 7 | 427 | 124 | 72 |
| Binary | 10110001 | 111100 | 11101110 | 11010 | 1001011 | 0 | 111 | 100010111 | 1010100 | 111010 |
Color Harmonies of #B13CEE
Complementary color
Monochromatic Colors of #B13CEE
Black with #B13CEE
Text Example
Text Example
White with #B13CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13CEE; }
p { color: rgb(177,60,238); }
H1.HeaderClassName
{
color: #B13CEE;
}
.AnyTagClassName
{
color: #B13CEE;
}
</style>
background-color css
<style>
a { background-color: #B13CEE; }
a { background-color: rgb(177,60,238); }
div.DivClassName
{
background-color: #B13CEE;
}
.BgClassName
{
background-color: #B13CEE;
}
</style>
border-color css
<style>
span { border-color: #B13CEE; }
span { border-color: rgb(177,60,238); }
td.TdClassName
{
border-color: #B13CEE;
}
.TagClassName
{
border-color: #B13CEE;
}
</style>