Shades of Medium Orchid #B43CE0
Tints of Medium Orchid #B43CE0
RGB
CMYK
RGB Variations
Color information
#B43CE0 (or 0xB43CE0) is known color: Medium Orchid. HEX triplet: B4, 3C and E0. RGB value is (180,60,224). Sum of RGB (Red+Green+Blue) = 180+60+224=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 60 (23.83% from 255 or 12.93% from 464); Blue value is 224 (87.89% from 255 or 48.28% from 464); Max value from RGB is 224 - color contains mainly: blue. Hex color #B43CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43CE0 is #4BC31F. Grayscale: #727272. Windows color (decimal): -4965152 or 14695604. OLE color: 14695604.
HSL color Cylindrical-coordinate representation of color #B43CE0: hue angle of 283.9º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B43CE0 is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 180 | 60 | 224 | - |
| CMYK | 0.20 | 0.73 | 0 | 0.12 |
| HSL | 283.9º | 0.73% | 0.56% | - |
| HSV(B) | 283.9º | 0.73% | 0.88% | - |
| XYZ | 33.89 | 18.32 | 72.27 | - |
| YUV | 114.58 | 189.76 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 60 | 224 | 0.20 | 0.73 | 0 | 0.12 | 283.9 | 0.73 | 0.56 |
| Hex | B4 | 3C | E0 | 14 | 49 | 0 | C | 11C | 49 | 38 |
| Octal | 264 | 74 | 340 | 24 | 111 | 0 | 14 | 434 | 111 | 70 |
| Binary | 10110100 | 111100 | 11100000 | 10100 | 1001001 | 0 | 1100 | 100011100 | 1001001 | 111000 |
Color Harmonies of #B43CE0
Complementary color
Monochromatic Colors of #B43CE0
Black with #B43CE0
Text Example
Text Example
White with #B43CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43CE0; }
p { color: rgb(180,60,224); }
H1.HeaderClassName
{
color: #B43CE0;
}
.AnyTagClassName
{
color: #B43CE0;
}
</style>
background-color css
<style>
a { background-color: #B43CE0; }
a { background-color: rgb(180,60,224); }
div.DivClassName
{
background-color: #B43CE0;
}
.BgClassName
{
background-color: #B43CE0;
}
</style>
border-color css
<style>
span { border-color: #B43CE0; }
span { border-color: rgb(180,60,224); }
td.TdClassName
{
border-color: #B43CE0;
}
.TagClassName
{
border-color: #B43CE0;
}
</style>