Shades of Medium Orchid #B43EED
Tints of Medium Orchid #B43EED
RGB
CMYK
RGB Variations
Color information
#B43EED (or 0xB43EED) is known color: Medium Orchid. HEX triplet: B4, 3E and ED. RGB value is (180,62,237). Sum of RGB (Red+Green+Blue) = 180+62+237=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 62 (24.61% from 255 or 12.94% from 479); Blue value is 237 (92.97% from 255 or 49.48% from 479); Max value from RGB is 237 - color contains mainly: blue. Hex color #B43EED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B43EED is #4BC112. Grayscale: #747474. Windows color (decimal): -4964627 or 15548084. OLE color: 15548084.
HSL color Cylindrical-coordinate representation of color #B43EED: hue angle of 280.46º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B43EED is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 62 | 237 | - |
| CMYK | 0.24 | 0.74 | 0 | 0.07 |
| HSL | 280.46º | 0.83% | 0.59% | - |
| HSV(B) | 280.46º | 0.74% | 0.93% | - |
| XYZ | 35.83 | 19.26 | 81.95 | - |
| YUV | 117.23 | 195.59 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 62 | 237 | 0.24 | 0.74 | 0 | 0.07 | 280.46 | 0.83 | 0.59 |
| Hex | B4 | 3E | ED | 18 | 4A | 0 | 7 | 118 | 53 | 3B |
| Octal | 264 | 76 | 355 | 30 | 112 | 0 | 7 | 430 | 123 | 73 |
| Binary | 10110100 | 111110 | 11101101 | 11000 | 1001010 | 0 | 111 | 100011000 | 1010011 | 111011 |
Color Harmonies of #B43EED
Complementary color
Monochromatic Colors of #B43EED
Black with #B43EED
Text Example
Text Example
White with #B43EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43EED; }
p { color: rgb(180,62,237); }
H1.HeaderClassName
{
color: #B43EED;
}
.AnyTagClassName
{
color: #B43EED;
}
</style>
background-color css
<style>
a { background-color: #B43EED; }
a { background-color: rgb(180,62,237); }
div.DivClassName
{
background-color: #B43EED;
}
.BgClassName
{
background-color: #B43EED;
}
</style>
border-color css
<style>
span { border-color: #B43EED; }
span { border-color: rgb(180,62,237); }
td.TdClassName
{
border-color: #B43EED;
}
.TagClassName
{
border-color: #B43EED;
}
</style>