Shades of Medium Orchid #B547CB
Tints of Medium Orchid #B547CB
RGB
CMYK
RGB Variations
Color information
#B547CB (or 0xB547CB) is known color: Medium Orchid. HEX triplet: B5, 47 and CB. RGB value is (181,71,203). Sum of RGB (Red+Green+Blue) = 181+71+203=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 71 (28.12% from 255 or 15.60% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 203 - color contains mainly: blue. Hex color #B547CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B547CB is #4AB834. Grayscale: #767676. Windows color (decimal): -4896821 or 13322165. OLE color: 13322165.
HSL color Cylindrical-coordinate representation of color #B547CB: hue angle of 290º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B547CB is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 71 | 203 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.20 |
| HSL | 290º | 0.56% | 0.54% | - |
| HSV(B) | 290º | 0.65% | 0.8% | - |
| XYZ | 32.09 | 18.64 | 58.41 | - |
| YUV | 118.94 | 175.44 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 203 | 0.11 | 0.65 | 0 | 0.20 | 290 | 0.56 | 0.54 |
| Hex | B5 | 47 | CB | B | 41 | 0 | 14 | 122 | 38 | 36 |
| Octal | 265 | 107 | 313 | 13 | 101 | 0 | 24 | 442 | 70 | 66 |
| Binary | 10110101 | 1000111 | 11001011 | 1011 | 1000001 | 0 | 10100 | 100100010 | 111000 | 110110 |
Color Harmonies of #B547CB
Complementary color
Monochromatic Colors of #B547CB
Black with #B547CB
Text Example
Text Example
White with #B547CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B547CB; }
p { color: rgb(181,71,203); }
H1.HeaderClassName
{
color: #B547CB;
}
.AnyTagClassName
{
color: #B547CB;
}
</style>
background-color css
<style>
a { background-color: #B547CB; }
a { background-color: rgb(181,71,203); }
div.DivClassName
{
background-color: #B547CB;
}
.BgClassName
{
background-color: #B547CB;
}
</style>
border-color css
<style>
span { border-color: #B547CB; }
span { border-color: rgb(181,71,203); }
td.TdClassName
{
border-color: #B547CB;
}
.TagClassName
{
border-color: #B547CB;
}
</style>