Shades of Medium Orchid #B548CF
Tints of Medium Orchid #B548CF
RGB
CMYK
RGB Variations
Color information
#B548CF (or 0xB548CF) is known color: Medium Orchid. HEX triplet: B5, 48 and CF. RGB value is (181,72,207). Sum of RGB (Red+Green+Blue) = 181+72+207=460 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.35% from 460); Green value is 72 (28.52% from 255 or 15.65% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 207 - color contains mainly: blue. Hex color #B548CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B548CF is #4AB730. Grayscale: #777777. Windows color (decimal): -4896561 or 13584565. OLE color: 13584565.
HSL color Cylindrical-coordinate representation of color #B548CF: hue angle of 288.44º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B548CF is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 72 | 207 | - |
| CMYK | 0.13 | 0.65 | 0 | 0.19 |
| HSL | 288.44º | 0.58% | 0.55% | - |
| HSV(B) | 288.44º | 0.65% | 0.81% | - |
| XYZ | 32.64 | 18.96 | 60.97 | - |
| YUV | 119.98 | 177.11 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 72 | 207 | 0.13 | 0.65 | 0 | 0.19 | 288.44 | 0.58 | 0.55 |
| Hex | B5 | 48 | CF | D | 41 | 0 | 13 | 120 | 3A | 37 |
| Octal | 265 | 110 | 317 | 15 | 101 | 0 | 23 | 440 | 72 | 67 |
| Binary | 10110101 | 1001000 | 11001111 | 1101 | 1000001 | 0 | 10011 | 100100000 | 111010 | 110111 |
Color Harmonies of #B548CF
Complementary color
Monochromatic Colors of #B548CF
Black with #B548CF
Text Example
Text Example
White with #B548CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B548CF; }
p { color: rgb(181,72,207); }
H1.HeaderClassName
{
color: #B548CF;
}
.AnyTagClassName
{
color: #B548CF;
}
</style>
background-color css
<style>
a { background-color: #B548CF; }
a { background-color: rgb(181,72,207); }
div.DivClassName
{
background-color: #B548CF;
}
.BgClassName
{
background-color: #B548CF;
}
</style>
border-color css
<style>
span { border-color: #B548CF; }
span { border-color: rgb(181,72,207); }
td.TdClassName
{
border-color: #B548CF;
}
.TagClassName
{
border-color: #B548CF;
}
</style>