Shades of Medium Orchid #B548EA
Tints of Medium Orchid #B548EA
RGB
CMYK
RGB Variations
Color information
#B548EA (or 0xB548EA) is known color: Medium Orchid. HEX triplet: B5, 48 and EA. RGB value is (181,72,234). Sum of RGB (Red+Green+Blue) = 181+72+234=487 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.17% from 487); Green value is 72 (28.52% from 255 or 14.78% from 487); Blue value is 234 (91.80% from 255 or 48.05% from 487); Max value from RGB is 234 - color contains mainly: blue. Hex color #B548EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B548EA is #4AB715. Grayscale: #7A7A7A. Windows color (decimal): -4896534 or 15354037. OLE color: 15354037.
HSL color Cylindrical-coordinate representation of color #B548EA: hue angle of 280.37º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B548EA is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 181 | 72 | 234 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.08 |
| HSL | 280.37º | 0.79% | 0.6% | - |
| HSV(B) | 280.37º | 0.69% | 0.92% | - |
| XYZ | 36.22 | 20.4 | 79.87 | - |
| YUV | 123.06 | 190.61 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 72 | 234 | 0.23 | 0.69 | 0 | 0.08 | 280.37 | 0.79 | 0.6 |
| Hex | B5 | 48 | EA | 17 | 45 | 0 | 8 | 118 | 4F | 3C |
| Octal | 265 | 110 | 352 | 27 | 105 | 0 | 10 | 430 | 117 | 74 |
| Binary | 10110101 | 1001000 | 11101010 | 10111 | 1000101 | 0 | 1000 | 100011000 | 1001111 | 111100 |
Color Harmonies of #B548EA
Complementary color
Monochromatic Colors of #B548EA
Black with #B548EA
Text Example
Text Example
White with #B548EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B548EA; }
p { color: rgb(181,72,234); }
H1.HeaderClassName
{
color: #B548EA;
}
.AnyTagClassName
{
color: #B548EA;
}
</style>
background-color css
<style>
a { background-color: #B548EA; }
a { background-color: rgb(181,72,234); }
div.DivClassName
{
background-color: #B548EA;
}
.BgClassName
{
background-color: #B548EA;
}
</style>
border-color css
<style>
span { border-color: #B548EA; }
span { border-color: rgb(181,72,234); }
td.TdClassName
{
border-color: #B548EA;
}
.TagClassName
{
border-color: #B548EA;
}
</style>