Shades of Medium Orchid #B541CB
Tints of Medium Orchid #B541CB
RGB
CMYK
RGB Variations
Color information
#B541CB (or 0xB541CB) is known color: Medium Orchid. HEX triplet: B5, 41 and CB. RGB value is (181,65,203). Sum of RGB (Red+Green+Blue) = 181+65+203=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 65 (25.78% from 255 or 14.48% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #B541CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B541CB is #4ABE34. Grayscale: #727272. Windows color (decimal): -4898357 or 13320629. OLE color: 13320629.
HSL color Cylindrical-coordinate representation of color #B541CB: hue angle of 290.43º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B541CB is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 65 | 203 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.20 |
| HSL | 290.43º | 0.57% | 0.53% | - |
| HSV(B) | 290.43º | 0.68% | 0.8% | - |
| XYZ | 31.73 | 17.92 | 58.29 | - |
| YUV | 115.42 | 177.43 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 65 | 203 | 0.11 | 0.68 | 0 | 0.20 | 290.43 | 0.57 | 0.53 |
| Hex | B5 | 41 | CB | B | 44 | 0 | 14 | 122 | 39 | 35 |
| Octal | 265 | 101 | 313 | 13 | 104 | 0 | 24 | 442 | 71 | 65 |
| Binary | 10110101 | 1000001 | 11001011 | 1011 | 1000100 | 0 | 10100 | 100100010 | 111001 | 110101 |
Color Harmonies of #B541CB
Complementary color
Monochromatic Colors of #B541CB
Black with #B541CB
Text Example
Text Example
White with #B541CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B541CB; }
p { color: rgb(181,65,203); }
H1.HeaderClassName
{
color: #B541CB;
}
.AnyTagClassName
{
color: #B541CB;
}
</style>
background-color css
<style>
a { background-color: #B541CB; }
a { background-color: rgb(181,65,203); }
div.DivClassName
{
background-color: #B541CB;
}
.BgClassName
{
background-color: #B541CB;
}
</style>
border-color css
<style>
span { border-color: #B541CB; }
span { border-color: rgb(181,65,203); }
td.TdClassName
{
border-color: #B541CB;
}
.TagClassName
{
border-color: #B541CB;
}
</style>