Shades of Medium Orchid #B53FCB
Tints of Medium Orchid #B53FCB
RGB
CMYK
RGB Variations
Color information
#B53FCB (or 0xB53FCB) is known color: Medium Orchid. HEX triplet: B5, 3F and CB. RGB value is (181,63,203). Sum of RGB (Red+Green+Blue) = 181+63+203=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 63 (25% from 255 or 14.09% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #B53FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53FCB is #4AC034. Grayscale: #717171. Windows color (decimal): -4898869 or 13320117. OLE color: 13320117.
HSL color Cylindrical-coordinate representation of color #B53FCB: hue angle of 290.57º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B53FCB is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 63 | 203 | - |
| CMYK | 0.11 | 0.69 | 0 | 0.20 |
| HSL | 290.57º | 0.57% | 0.52% | - |
| HSV(B) | 290.57º | 0.69% | 0.8% | - |
| XYZ | 31.61 | 17.69 | 58.25 | - |
| YUV | 114.24 | 178.09 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 63 | 203 | 0.11 | 0.69 | 0 | 0.20 | 290.57 | 0.57 | 0.52 |
| Hex | B5 | 3F | CB | B | 45 | 0 | 14 | 123 | 39 | 34 |
| Octal | 265 | 77 | 313 | 13 | 105 | 0 | 24 | 443 | 71 | 64 |
| Binary | 10110101 | 111111 | 11001011 | 1011 | 1000101 | 0 | 10100 | 100100011 | 111001 | 110100 |
Color Harmonies of #B53FCB
Complementary color
Monochromatic Colors of #B53FCB
Black with #B53FCB
Text Example
Text Example
White with #B53FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53FCB; }
p { color: rgb(181,63,203); }
H1.HeaderClassName
{
color: #B53FCB;
}
.AnyTagClassName
{
color: #B53FCB;
}
</style>
background-color css
<style>
a { background-color: #B53FCB; }
a { background-color: rgb(181,63,203); }
div.DivClassName
{
background-color: #B53FCB;
}
.BgClassName
{
background-color: #B53FCB;
}
</style>
border-color css
<style>
span { border-color: #B53FCB; }
span { border-color: rgb(181,63,203); }
td.TdClassName
{
border-color: #B53FCB;
}
.TagClassName
{
border-color: #B53FCB;
}
</style>