Shades of Medium Orchid #B43CEC
Tints of Medium Orchid #B43CEC
RGB
CMYK
RGB Variations
Color information
#B43CEC (or 0xB43CEC) is known color: Medium Orchid. HEX triplet: B4, 3C and EC. RGB value is (180,60,236). Sum of RGB (Red+Green+Blue) = 180+60+236=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 60 (23.83% from 255 or 12.61% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #B43CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B43CEC is #4BC313. Grayscale: #737373. Windows color (decimal): -4965140 or 15482036. OLE color: 15482036.
HSL color Cylindrical-coordinate representation of color #B43CEC: hue angle of 280.91º 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 #B43CEC is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 60 | 236 | - |
| CMYK | 0.24 | 0.75 | 0 | 0.07 |
| HSL | 280.91º | 0.82% | 0.58% | - |
| HSV(B) | 280.91º | 0.75% | 0.93% | - |
| XYZ | 35.58 | 18.99 | 81.15 | - |
| YUV | 115.94 | 195.76 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 60 | 236 | 0.24 | 0.75 | 0 | 0.07 | 280.91 | 0.82 | 0.58 |
| Hex | B4 | 3C | EC | 18 | 4B | 0 | 7 | 119 | 52 | 3A |
| Octal | 264 | 74 | 354 | 30 | 113 | 0 | 7 | 431 | 122 | 72 |
| Binary | 10110100 | 111100 | 11101100 | 11000 | 1001011 | 0 | 111 | 100011001 | 1010010 | 111010 |
Color Harmonies of #B43CEC
Complementary color
Monochromatic Colors of #B43CEC
Black with #B43CEC
Text Example
Text Example
White with #B43CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43CEC; }
p { color: rgb(180,60,236); }
H1.HeaderClassName
{
color: #B43CEC;
}
.AnyTagClassName
{
color: #B43CEC;
}
</style>
background-color css
<style>
a { background-color: #B43CEC; }
a { background-color: rgb(180,60,236); }
div.DivClassName
{
background-color: #B43CEC;
}
.BgClassName
{
background-color: #B43CEC;
}
</style>
border-color css
<style>
span { border-color: #B43CEC; }
span { border-color: rgb(180,60,236); }
td.TdClassName
{
border-color: #B43CEC;
}
.TagClassName
{
border-color: #B43CEC;
}
</style>