Shades of Medium Orchid #B43EEF
Tints of Medium Orchid #B43EEF
RGB
CMYK
RGB Variations
Color information
#B43EEF (or 0xB43EEF) is known color: Medium Orchid. HEX triplet: B4, 3E and EF. RGB value is (180,62,239). Sum of RGB (Red+Green+Blue) = 180+62+239=481 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.42% from 481); Green value is 62 (24.61% from 255 or 12.89% from 481); Blue value is 239 (93.75% from 255 or 49.69% from 481); Max value from RGB is 239 - color contains mainly: blue. Hex color #B43EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B43EEF is #4BC110. Grayscale: #747474. Windows color (decimal): -4964625 or 15679156. OLE color: 15679156.
HSL color Cylindrical-coordinate representation of color #B43EEF: hue angle of 280º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B43EEF is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 180 | 62 | 239 | - |
| CMYK | 0.25 | 0.74 | 0 | 0.06 |
| HSL | 280º | 0.85% | 0.59% | - |
| HSV(B) | 280º | 0.74% | 0.94% | - |
| XYZ | 36.13 | 19.38 | 83.5 | - |
| YUV | 117.46 | 196.59 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 62 | 239 | 0.25 | 0.74 | 0 | 0.06 | 280 | 0.85 | 0.59 |
| Hex | B4 | 3E | EF | 19 | 4A | 0 | 6 | 118 | 55 | 3B |
| Octal | 264 | 76 | 357 | 31 | 112 | 0 | 6 | 430 | 125 | 73 |
| Binary | 10110100 | 111110 | 11101111 | 11001 | 1001010 | 0 | 110 | 100011000 | 1010101 | 111011 |
Color Harmonies of #B43EEF
Complementary color
Monochromatic Colors of #B43EEF
Black with #B43EEF
Text Example
Text Example
White with #B43EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43EEF; }
p { color: rgb(180,62,239); }
H1.HeaderClassName
{
color: #B43EEF;
}
.AnyTagClassName
{
color: #B43EEF;
}
</style>
background-color css
<style>
a { background-color: #B43EEF; }
a { background-color: rgb(180,62,239); }
div.DivClassName
{
background-color: #B43EEF;
}
.BgClassName
{
background-color: #B43EEF;
}
</style>
border-color css
<style>
span { border-color: #B43EEF; }
span { border-color: rgb(180,62,239); }
td.TdClassName
{
border-color: #B43EEF;
}
.TagClassName
{
border-color: #B43EEF;
}
</style>