Shades of Medium Orchid #B43EEC
Tints of Medium Orchid #B43EEC
RGB
CMYK
RGB Variations
Color information
#B43EEC (or 0xB43EEC) is known color: Medium Orchid. HEX triplet: B4, 3E and EC. RGB value is (180,62,236). Sum of RGB (Red+Green+Blue) = 180+62+236=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 62 (24.61% from 255 or 12.97% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #B43EEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B43EEC is #4BC113. Grayscale: #747474. Windows color (decimal): -4964628 or 15482548. OLE color: 15482548.
HSL color Cylindrical-coordinate representation of color #B43EEC: hue angle of 280.69º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B43EEC is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 62 | 236 | - |
| CMYK | 0.24 | 0.74 | 0 | 0.07 |
| HSL | 280.69º | 0.82% | 0.58% | - |
| HSV(B) | 280.69º | 0.74% | 0.93% | - |
| XYZ | 35.69 | 19.2 | 81.18 | - |
| YUV | 117.12 | 195.09 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 62 | 236 | 0.24 | 0.74 | 0 | 0.07 | 280.69 | 0.82 | 0.58 |
| Hex | B4 | 3E | EC | 18 | 4A | 0 | 7 | 119 | 52 | 3A |
| Octal | 264 | 76 | 354 | 30 | 112 | 0 | 7 | 431 | 122 | 72 |
| Binary | 10110100 | 111110 | 11101100 | 11000 | 1001010 | 0 | 111 | 100011001 | 1010010 | 111010 |
Color Harmonies of #B43EEC
Complementary color
Monochromatic Colors of #B43EEC
Black with #B43EEC
Text Example
Text Example
White with #B43EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43EEC; }
p { color: rgb(180,62,236); }
H1.HeaderClassName
{
color: #B43EEC;
}
.AnyTagClassName
{
color: #B43EEC;
}
</style>
background-color css
<style>
a { background-color: #B43EEC; }
a { background-color: rgb(180,62,236); }
div.DivClassName
{
background-color: #B43EEC;
}
.BgClassName
{
background-color: #B43EEC;
}
</style>
border-color css
<style>
span { border-color: #B43EEC; }
span { border-color: rgb(180,62,236); }
td.TdClassName
{
border-color: #B43EEC;
}
.TagClassName
{
border-color: #B43EEC;
}
</style>