Shades of Medium Orchid #B43CE1
Tints of Medium Orchid #B43CE1
RGB
CMYK
RGB Variations
Color information
#B43CE1 (or 0xB43CE1) is known color: Medium Orchid. HEX triplet: B4, 3C and E1. RGB value is (180,60,225). Sum of RGB (Red+Green+Blue) = 180+60+225=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 60 (23.83% from 255 or 12.90% from 465); Blue value is 225 (88.28% from 255 or 48.39% from 465); Max value from RGB is 225 - color contains mainly: blue. Hex color #B43CE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43CE1 is #4BC31E. Grayscale: #727272. Windows color (decimal): -4965151 or 14761140. OLE color: 14761140.
HSL color Cylindrical-coordinate representation of color #B43CE1: hue angle of 283.64º 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 #B43CE1 is Cyan = 0.2, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 180 | 60 | 225 | - |
| CMYK | 0.2 | 0.73 | 0 | 0.12 |
| HSL | 283.64º | 0.73% | 0.56% | - |
| HSV(B) | 283.64º | 0.73% | 0.88% | - |
| XYZ | 34.03 | 18.37 | 72.99 | - |
| YUV | 114.69 | 190.26 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 60 | 225 | 0.2 | 0.73 | 0 | 0.12 | 283.64 | 0.73 | 0.56 |
| Hex | B4 | 3C | E1 | 14 | 49 | 0 | C | 11C | 49 | 38 |
| Octal | 264 | 74 | 341 | 24 | 111 | 0 | 14 | 434 | 111 | 70 |
| Binary | 10110100 | 111100 | 11100001 | 10100 | 1001001 | 0 | 1100 | 100011100 | 1001001 | 111000 |
Color Harmonies of #B43CE1
Complementary color
Monochromatic Colors of #B43CE1
Black with #B43CE1
Text Example
Text Example
White with #B43CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43CE1; }
p { color: rgb(180,60,225); }
H1.HeaderClassName
{
color: #B43CE1;
}
.AnyTagClassName
{
color: #B43CE1;
}
</style>
background-color css
<style>
a { background-color: #B43CE1; }
a { background-color: rgb(180,60,225); }
div.DivClassName
{
background-color: #B43CE1;
}
.BgClassName
{
background-color: #B43CE1;
}
</style>
border-color css
<style>
span { border-color: #B43CE1; }
span { border-color: rgb(180,60,225); }
td.TdClassName
{
border-color: #B43CE1;
}
.TagClassName
{
border-color: #B43CE1;
}
</style>