Shades of Medium Orchid #B43ECE
Tints of Medium Orchid #B43ECE
RGB
CMYK
RGB Variations
Color information
#B43ECE (or 0xB43ECE) is known color: Medium Orchid. HEX triplet: B4, 3E and CE. RGB value is (180,62,206). Sum of RGB (Red+Green+Blue) = 180+62+206=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 62 (24.61% from 255 or 13.84% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #B43ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43ECE is #4BC131. Grayscale: #717171. Windows color (decimal): -4964658 or 13516468. OLE color: 13516468.
HSL color Cylindrical-coordinate representation of color #B43ECE: hue angle of 289.17º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B43ECE is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 62 | 206 | - |
| CMYK | 0.13 | 0.70 | 0 | 0.19 |
| HSL | 289.17º | 0.6% | 0.53% | - |
| HSV(B) | 289.17º | 0.7% | 0.81% | - |
| XYZ | 31.69 | 17.6 | 60.12 | - |
| YUV | 113.7 | 180.09 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 62 | 206 | 0.13 | 0.70 | 0 | 0.19 | 289.17 | 0.6 | 0.53 |
| Hex | B4 | 3E | CE | D | 46 | 0 | 13 | 121 | 3C | 35 |
| Octal | 264 | 76 | 316 | 15 | 106 | 0 | 23 | 441 | 74 | 65 |
| Binary | 10110100 | 111110 | 11001110 | 1101 | 1000110 | 0 | 10011 | 100100001 | 111100 | 110101 |
Color Harmonies of #B43ECE
Complementary color
Monochromatic Colors of #B43ECE
Black with #B43ECE
Text Example
Text Example
White with #B43ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43ECE; }
p { color: rgb(180,62,206); }
H1.HeaderClassName
{
color: #B43ECE;
}
.AnyTagClassName
{
color: #B43ECE;
}
</style>
background-color css
<style>
a { background-color: #B43ECE; }
a { background-color: rgb(180,62,206); }
div.DivClassName
{
background-color: #B43ECE;
}
.BgClassName
{
background-color: #B43ECE;
}
</style>
border-color css
<style>
span { border-color: #B43ECE; }
span { border-color: rgb(180,62,206); }
td.TdClassName
{
border-color: #B43ECE;
}
.TagClassName
{
border-color: #B43ECE;
}
</style>