Shades of Medium Orchid #B043E1
Tints of Medium Orchid #B043E1
RGB
CMYK
RGB Variations
Color information
#B043E1 (or 0xB043E1) is known color: Medium Orchid. HEX triplet: B0, 43 and E1. RGB value is (176,67,225). Sum of RGB (Red+Green+Blue) = 176+67+225=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 67 (26.56% from 255 or 14.32% from 468); Blue value is 225 (88.28% from 255 or 48.08% from 468); Max value from RGB is 225 - color contains mainly: blue. Hex color #B043E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B043E1 is #4FBC1E. Grayscale: #757575. Windows color (decimal): -5225503 or 14762928. OLE color: 14762928.
HSL color Cylindrical-coordinate representation of color #B043E1: hue angle of 281.39º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B043E1 is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 176 | 67 | 225 | - |
| CMYK | 0.22 | 0.70 | 0 | 0.12 |
| HSL | 281.39º | 0.72% | 0.57% | - |
| HSV(B) | 281.39º | 0.7% | 0.88% | - |
| XYZ | 33.5 | 18.68 | 73.07 | - |
| YUV | 117.6 | 188.61 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 67 | 225 | 0.22 | 0.70 | 0 | 0.12 | 281.39 | 0.72 | 0.57 |
| Hex | B0 | 43 | E1 | 16 | 46 | 0 | C | 119 | 48 | 39 |
| Octal | 260 | 103 | 341 | 26 | 106 | 0 | 14 | 431 | 110 | 71 |
| Binary | 10110000 | 1000011 | 11100001 | 10110 | 1000110 | 0 | 1100 | 100011001 | 1001000 | 111001 |
Color Harmonies of #B043E1
Complementary color
Monochromatic Colors of #B043E1
Black with #B043E1
Text Example
Text Example
White with #B043E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B043E1; }
p { color: rgb(176,67,225); }
H1.HeaderClassName
{
color: #B043E1;
}
.AnyTagClassName
{
color: #B043E1;
}
</style>
background-color css
<style>
a { background-color: #B043E1; }
a { background-color: rgb(176,67,225); }
div.DivClassName
{
background-color: #B043E1;
}
.BgClassName
{
background-color: #B043E1;
}
</style>
border-color css
<style>
span { border-color: #B043E1; }
span { border-color: rgb(176,67,225); }
td.TdClassName
{
border-color: #B043E1;
}
.TagClassName
{
border-color: #B043E1;
}
</style>