Shades of Medium Orchid #B544EA
Tints of Medium Orchid #B544EA
RGB
CMYK
RGB Variations
Color information
#B544EA (or 0xB544EA) is known color: Medium Orchid. HEX triplet: B5, 44 and EA. RGB value is (181,68,234). Sum of RGB (Red+Green+Blue) = 181+68+234=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 68 (26.95% from 255 or 14.08% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #B544EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B544EA is #4ABB15. Grayscale: #787878. Windows color (decimal): -4897558 or 15353013. OLE color: 15353013.
HSL color Cylindrical-coordinate representation of color #B544EA: hue angle of 280.84º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B544EA is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 181 | 68 | 234 | - |
| CMYK | 0.23 | 0.71 | 0 | 0.08 |
| HSL | 280.84º | 0.8% | 0.59% | - |
| HSV(B) | 280.84º | 0.71% | 0.92% | - |
| XYZ | 35.97 | 19.9 | 79.79 | - |
| YUV | 120.71 | 191.94 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 68 | 234 | 0.23 | 0.71 | 0 | 0.08 | 280.84 | 0.8 | 0.59 |
| Hex | B5 | 44 | EA | 17 | 47 | 0 | 8 | 119 | 50 | 3B |
| Octal | 265 | 104 | 352 | 27 | 107 | 0 | 10 | 431 | 120 | 73 |
| Binary | 10110101 | 1000100 | 11101010 | 10111 | 1000111 | 0 | 1000 | 100011001 | 1010000 | 111011 |
Color Harmonies of #B544EA
Complementary color
Monochromatic Colors of #B544EA
Black with #B544EA
Text Example
Text Example
White with #B544EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B544EA; }
p { color: rgb(181,68,234); }
H1.HeaderClassName
{
color: #B544EA;
}
.AnyTagClassName
{
color: #B544EA;
}
</style>
background-color css
<style>
a { background-color: #B544EA; }
a { background-color: rgb(181,68,234); }
div.DivClassName
{
background-color: #B544EA;
}
.BgClassName
{
background-color: #B544EA;
}
</style>
border-color css
<style>
span { border-color: #B544EA; }
span { border-color: rgb(181,68,234); }
td.TdClassName
{
border-color: #B544EA;
}
.TagClassName
{
border-color: #B544EA;
}
</style>