Shades of Medium Orchid #B548D3
Tints of Medium Orchid #B548D3
RGB
CMYK
RGB Variations
Color information
#B548D3 (or 0xB548D3) is known color: Medium Orchid. HEX triplet: B5, 48 and D3. RGB value is (181,72,211). Sum of RGB (Red+Green+Blue) = 181+72+211=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 72 (28.52% from 255 or 15.52% from 464); Blue value is 211 (82.81% from 255 or 45.47% from 464); Max value from RGB is 211 - color contains mainly: blue. Hex color #B548D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B548D3 is #4AB72C. Grayscale: #777777. Windows color (decimal): -4896557 or 13846709. OLE color: 13846709.
HSL color Cylindrical-coordinate representation of color #B548D3: hue angle of 287.05º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B548D3 is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 72 | 211 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.17 |
| HSL | 287.05º | 0.61% | 0.55% | - |
| HSV(B) | 287.05º | 0.66% | 0.83% | - |
| XYZ | 33.13 | 19.16 | 63.58 | - |
| YUV | 120.44 | 179.11 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 72 | 211 | 0.14 | 0.66 | 0 | 0.17 | 287.05 | 0.61 | 0.55 |
| Hex | B5 | 48 | D3 | E | 42 | 0 | 11 | 11F | 3D | 37 |
| Octal | 265 | 110 | 323 | 16 | 102 | 0 | 21 | 437 | 75 | 67 |
| Binary | 10110101 | 1001000 | 11010011 | 1110 | 1000010 | 0 | 10001 | 100011111 | 111101 | 110111 |
Color Harmonies of #B548D3
Complementary color
Monochromatic Colors of #B548D3
Black with #B548D3
Text Example
Text Example
White with #B548D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B548D3; }
p { color: rgb(181,72,211); }
H1.HeaderClassName
{
color: #B548D3;
}
.AnyTagClassName
{
color: #B548D3;
}
</style>
background-color css
<style>
a { background-color: #B548D3; }
a { background-color: rgb(181,72,211); }
div.DivClassName
{
background-color: #B548D3;
}
.BgClassName
{
background-color: #B548D3;
}
</style>
border-color css
<style>
span { border-color: #B548D3; }
span { border-color: rgb(181,72,211); }
td.TdClassName
{
border-color: #B548D3;
}
.TagClassName
{
border-color: #B548D3;
}
</style>