Shades of Medium Orchid #B43EE0
Tints of Medium Orchid #B43EE0
RGB
CMYK
RGB Variations
Color information
#B43EE0 (or 0xB43EE0) is known color: Medium Orchid. HEX triplet: B4, 3E and E0. RGB value is (180,62,224). Sum of RGB (Red+Green+Blue) = 180+62+224=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 62 (24.61% from 255 or 13.30% from 466); Blue value is 224 (87.89% from 255 or 48.07% from 466); Max value from RGB is 224 - color contains mainly: blue. Hex color #B43EE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43EE0 is #4BC11F. Grayscale: #737373. Windows color (decimal): -4964640 or 14696116. OLE color: 14696116.
HSL color Cylindrical-coordinate representation of color #B43EE0: hue angle of 283.7º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B43EE0 is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 180 | 62 | 224 | - |
| CMYK | 0.20 | 0.72 | 0 | 0.12 |
| HSL | 283.7º | 0.72% | 0.56% | - |
| HSV(B) | 283.7º | 0.72% | 0.88% | - |
| XYZ | 34 | 18.53 | 72.31 | - |
| YUV | 115.75 | 189.09 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 62 | 224 | 0.20 | 0.72 | 0 | 0.12 | 283.7 | 0.72 | 0.56 |
| Hex | B4 | 3E | E0 | 14 | 48 | 0 | C | 11C | 48 | 38 |
| Octal | 264 | 76 | 340 | 24 | 110 | 0 | 14 | 434 | 110 | 70 |
| Binary | 10110100 | 111110 | 11100000 | 10100 | 1001000 | 0 | 1100 | 100011100 | 1001000 | 111000 |
Color Harmonies of #B43EE0
Complementary color
Monochromatic Colors of #B43EE0
Black with #B43EE0
Text Example
Text Example
White with #B43EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43EE0; }
p { color: rgb(180,62,224); }
H1.HeaderClassName
{
color: #B43EE0;
}
.AnyTagClassName
{
color: #B43EE0;
}
</style>
background-color css
<style>
a { background-color: #B43EE0; }
a { background-color: rgb(180,62,224); }
div.DivClassName
{
background-color: #B43EE0;
}
.BgClassName
{
background-color: #B43EE0;
}
</style>
border-color css
<style>
span { border-color: #B43EE0; }
span { border-color: rgb(180,62,224); }
td.TdClassName
{
border-color: #B43EE0;
}
.TagClassName
{
border-color: #B43EE0;
}
</style>