Shades of Medium Orchid #B546CC
Tints of Medium Orchid #B546CC
RGB
CMYK
RGB Variations
Color information
#B546CC (or 0xB546CC) is known color: Medium Orchid. HEX triplet: B5, 46 and CC. RGB value is (181,70,204). Sum of RGB (Red+Green+Blue) = 181+70+204=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 70 (27.73% from 255 or 15.38% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #B546CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B546CC is #4AB933. Grayscale: #767676. Windows color (decimal): -4897076 or 13387445. OLE color: 13387445.
HSL color Cylindrical-coordinate representation of color #B546CC: hue angle of 289.7º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B546CC is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 70 | 204 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.2 |
| HSL | 289.7º | 0.57% | 0.54% | - |
| HSV(B) | 289.7º | 0.66% | 0.8% | - |
| XYZ | 32.15 | 18.56 | 59.02 | - |
| YUV | 118.47 | 176.27 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 70 | 204 | 0.11 | 0.66 | 0 | 0.2 | 289.7 | 0.57 | 0.54 |
| Hex | B5 | 46 | CC | B | 42 | 0 | 14 | 122 | 39 | 36 |
| Octal | 265 | 106 | 314 | 13 | 102 | 0 | 24 | 442 | 71 | 66 |
| Binary | 10110101 | 1000110 | 11001100 | 1011 | 1000010 | 0 | 10100 | 100100010 | 111001 | 110110 |
Color Harmonies of #B546CC
Complementary color
Monochromatic Colors of #B546CC
Black with #B546CC
Text Example
Text Example
White with #B546CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B546CC; }
p { color: rgb(181,70,204); }
H1.HeaderClassName
{
color: #B546CC;
}
.AnyTagClassName
{
color: #B546CC;
}
</style>
background-color css
<style>
a { background-color: #B546CC; }
a { background-color: rgb(181,70,204); }
div.DivClassName
{
background-color: #B546CC;
}
.BgClassName
{
background-color: #B546CC;
}
</style>
border-color css
<style>
span { border-color: #B546CC; }
span { border-color: rgb(181,70,204); }
td.TdClassName
{
border-color: #B546CC;
}
.TagClassName
{
border-color: #B546CC;
}
</style>