Shades of Medium Orchid #B545EE
Tints of Medium Orchid #B545EE
RGB
CMYK
RGB Variations
Color information
#B545EE (or 0xB545EE) is known color: Medium Orchid. HEX triplet: B5, 45 and EE. RGB value is (181,69,238). Sum of RGB (Red+Green+Blue) = 181+69+238=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 69 (27.34% from 255 or 14.14% from 488); Blue value is 238 (93.36% from 255 or 48.77% from 488); Max value from RGB is 238 - color contains mainly: blue. Hex color #B545EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B545EE is #4ABA11. Grayscale: #797979. Windows color (decimal): -4897298 or 15615413. OLE color: 15615413.
HSL color Cylindrical-coordinate representation of color #B545EE: hue angle of 279.76º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B545EE is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 69 | 238 | - |
| CMYK | 0.24 | 0.71 | 0 | 0.07 |
| HSL | 279.76º | 0.83% | 0.6% | - |
| HSV(B) | 279.76º | 0.71% | 0.93% | - |
| XYZ | 36.62 | 20.25 | 82.87 | - |
| YUV | 121.75 | 193.61 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 69 | 238 | 0.24 | 0.71 | 0 | 0.07 | 279.76 | 0.83 | 0.6 |
| Hex | B5 | 45 | EE | 18 | 47 | 0 | 7 | 118 | 53 | 3C |
| Octal | 265 | 105 | 356 | 30 | 107 | 0 | 7 | 430 | 123 | 74 |
| Binary | 10110101 | 1000101 | 11101110 | 11000 | 1000111 | 0 | 111 | 100011000 | 1010011 | 111100 |
Color Harmonies of #B545EE
Complementary color
Monochromatic Colors of #B545EE
Black with #B545EE
Text Example
Text Example
White with #B545EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B545EE; }
p { color: rgb(181,69,238); }
H1.HeaderClassName
{
color: #B545EE;
}
.AnyTagClassName
{
color: #B545EE;
}
</style>
background-color css
<style>
a { background-color: #B545EE; }
a { background-color: rgb(181,69,238); }
div.DivClassName
{
background-color: #B545EE;
}
.BgClassName
{
background-color: #B545EE;
}
</style>
border-color css
<style>
span { border-color: #B545EE; }
span { border-color: rgb(181,69,238); }
td.TdClassName
{
border-color: #B545EE;
}
.TagClassName
{
border-color: #B545EE;
}
</style>