Shades of Medium Orchid #B446EE
Tints of Medium Orchid #B446EE
RGB
CMYK
RGB Variations
Color information
#B446EE (or 0xB446EE) is known color: Medium Orchid. HEX triplet: B4, 46 and EE. RGB value is (180,70,238). Sum of RGB (Red+Green+Blue) = 180+70+238=488 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.89% from 488); Green value is 70 (27.73% from 255 or 14.34% from 488); Blue value is 238 (93.36% from 255 or 48.77% from 488); Max value from RGB is 238 - color contains mainly: blue. Hex color #B446EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B446EE is #4BB911. Grayscale: #797979. Windows color (decimal): -4962578 or 15615668. OLE color: 15615668.
HSL color Cylindrical-coordinate representation of color #B446EE: hue angle of 279.29º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B446EE is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 70 | 238 | - |
| CMYK | 0.24 | 0.71 | 0 | 0.07 |
| HSL | 279.29º | 0.83% | 0.6% | - |
| HSV(B) | 279.29º | 0.71% | 0.93% | - |
| XYZ | 36.45 | 20.26 | 82.88 | - |
| YUV | 122.04 | 193.44 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 70 | 238 | 0.24 | 0.71 | 0 | 0.07 | 279.29 | 0.83 | 0.6 |
| Hex | B4 | 46 | EE | 18 | 47 | 0 | 7 | 117 | 53 | 3C |
| Octal | 264 | 106 | 356 | 30 | 107 | 0 | 7 | 427 | 123 | 74 |
| Binary | 10110100 | 1000110 | 11101110 | 11000 | 1000111 | 0 | 111 | 100010111 | 1010011 | 111100 |
Color Harmonies of #B446EE
Complementary color
Monochromatic Colors of #B446EE
Black with #B446EE
Text Example
Text Example
White with #B446EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B446EE; }
p { color: rgb(180,70,238); }
H1.HeaderClassName
{
color: #B446EE;
}
.AnyTagClassName
{
color: #B446EE;
}
</style>
background-color css
<style>
a { background-color: #B446EE; }
a { background-color: rgb(180,70,238); }
div.DivClassName
{
background-color: #B446EE;
}
.BgClassName
{
background-color: #B446EE;
}
</style>
border-color css
<style>
span { border-color: #B446EE; }
span { border-color: rgb(180,70,238); }
td.TdClassName
{
border-color: #B446EE;
}
.TagClassName
{
border-color: #B446EE;
}
</style>