Shades of Medium Orchid #B43BEC
Tints of Medium Orchid #B43BEC
RGB
CMYK
RGB Variations
Color information
#B43BEC (or 0xB43BEC) is known color: Medium Orchid. HEX triplet: B4, 3B and EC. RGB value is (180,59,236). Sum of RGB (Red+Green+Blue) = 180+59+236=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 59 (23.44% from 255 or 12.42% from 475); Blue value is 236 (92.58% from 255 or 49.68% from 475); Max value from RGB is 236 - color contains mainly: blue. Hex color #B43BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B43BEC is #4BC413. Grayscale: #727272. Windows color (decimal): -4965396 or 15481780. OLE color: 15481780.
HSL color Cylindrical-coordinate representation of color #B43BEC: hue angle of 281.02º degrees, saturation: 0.82, 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 #B43BEC is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 59 | 236 | - |
| CMYK | 0.24 | 0.75 | 0 | 0.07 |
| HSL | 281.02º | 0.82% | 0.58% | - |
| HSV(B) | 281.02º | 0.75% | 0.93% | - |
| XYZ | 35.53 | 18.89 | 81.13 | - |
| YUV | 115.36 | 196.09 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 59 | 236 | 0.24 | 0.75 | 0 | 0.07 | 281.02 | 0.82 | 0.58 |
| Hex | B4 | 3B | EC | 18 | 4B | 0 | 7 | 119 | 52 | 3A |
| Octal | 264 | 73 | 354 | 30 | 113 | 0 | 7 | 431 | 122 | 72 |
| Binary | 10110100 | 111011 | 11101100 | 11000 | 1001011 | 0 | 111 | 100011001 | 1010010 | 111010 |
Color Harmonies of #B43BEC
Complementary color
Monochromatic Colors of #B43BEC
Black with #B43BEC
Text Example
Text Example
White with #B43BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43BEC; }
p { color: rgb(180,59,236); }
H1.HeaderClassName
{
color: #B43BEC;
}
.AnyTagClassName
{
color: #B43BEC;
}
</style>
background-color css
<style>
a { background-color: #B43BEC; }
a { background-color: rgb(180,59,236); }
div.DivClassName
{
background-color: #B43BEC;
}
.BgClassName
{
background-color: #B43BEC;
}
</style>
border-color css
<style>
span { border-color: #B43BEC; }
span { border-color: rgb(180,59,236); }
td.TdClassName
{
border-color: #B43BEC;
}
.TagClassName
{
border-color: #B43BEC;
}
</style>