Shades of Medium Orchid #B446EA
Tints of Medium Orchid #B446EA
RGB
CMYK
RGB Variations
Color information
#B446EA (or 0xB446EA) is known color: Medium Orchid. HEX triplet: B4, 46 and EA. RGB value is (180,70,234). Sum of RGB (Red+Green+Blue) = 180+70+234=484 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.19% from 484); Green value is 70 (27.73% from 255 or 14.46% from 484); Blue value is 234 (91.80% from 255 or 48.35% from 484); Max value from RGB is 234 - color contains mainly: blue. Hex color #B446EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B446EA is #4BB915. Grayscale: #797979. Windows color (decimal): -4962582 or 15353524. OLE color: 15353524.
HSL color Cylindrical-coordinate representation of color #B446EA: hue angle of 280.24º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B446EA is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 180 | 70 | 234 | - |
| CMYK | 0.23 | 0.70 | 0 | 0.08 |
| HSL | 280.24º | 0.8% | 0.6% | - |
| HSV(B) | 280.24º | 0.7% | 0.92% | - |
| XYZ | 35.86 | 20.02 | 79.82 | - |
| YUV | 121.59 | 191.44 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 70 | 234 | 0.23 | 0.70 | 0 | 0.08 | 280.24 | 0.8 | 0.6 |
| Hex | B4 | 46 | EA | 17 | 46 | 0 | 8 | 118 | 50 | 3C |
| Octal | 264 | 106 | 352 | 27 | 106 | 0 | 10 | 430 | 120 | 74 |
| Binary | 10110100 | 1000110 | 11101010 | 10111 | 1000110 | 0 | 1000 | 100011000 | 1010000 | 111100 |
Color Harmonies of #B446EA
Complementary color
Monochromatic Colors of #B446EA
Black with #B446EA
Text Example
Text Example
White with #B446EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B446EA; }
p { color: rgb(180,70,234); }
H1.HeaderClassName
{
color: #B446EA;
}
.AnyTagClassName
{
color: #B446EA;
}
</style>
background-color css
<style>
a { background-color: #B446EA; }
a { background-color: rgb(180,70,234); }
div.DivClassName
{
background-color: #B446EA;
}
.BgClassName
{
background-color: #B446EA;
}
</style>
border-color css
<style>
span { border-color: #B446EA; }
span { border-color: rgb(180,70,234); }
td.TdClassName
{
border-color: #B446EA;
}
.TagClassName
{
border-color: #B446EA;
}
</style>