Shades of Medium Orchid #B53FCC
Tints of Medium Orchid #B53FCC
RGB
CMYK
RGB Variations
Color information
#B53FCC (or 0xB53FCC) is known color: Medium Orchid. HEX triplet: B5, 3F and CC. RGB value is (181,63,204). Sum of RGB (Red+Green+Blue) = 181+63+204=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 63 (25% from 255 or 14.06% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #B53FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53FCC is #4AC033. Grayscale: #717171. Windows color (decimal): -4898868 or 13385653. OLE color: 13385653.
HSL color Cylindrical-coordinate representation of color #B53FCC: hue angle of 290.21º degrees, saturation: 0.58, 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 #B53FCC is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 63 | 204 | - |
| CMYK | 0.11 | 0.69 | 0 | 0.2 |
| HSL | 290.21º | 0.58% | 0.52% | - |
| HSV(B) | 290.21º | 0.69% | 0.8% | - |
| XYZ | 31.73 | 17.74 | 58.88 | - |
| YUV | 114.36 | 178.59 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 63 | 204 | 0.11 | 0.69 | 0 | 0.2 | 290.21 | 0.58 | 0.52 |
| Hex | B5 | 3F | CC | B | 45 | 0 | 14 | 122 | 3A | 34 |
| Octal | 265 | 77 | 314 | 13 | 105 | 0 | 24 | 442 | 72 | 64 |
| Binary | 10110101 | 111111 | 11001100 | 1011 | 1000101 | 0 | 10100 | 100100010 | 111010 | 110100 |
Color Harmonies of #B53FCC
Complementary color
Monochromatic Colors of #B53FCC
Black with #B53FCC
Text Example
Text Example
White with #B53FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53FCC; }
p { color: rgb(181,63,204); }
H1.HeaderClassName
{
color: #B53FCC;
}
.AnyTagClassName
{
color: #B53FCC;
}
</style>
background-color css
<style>
a { background-color: #B53FCC; }
a { background-color: rgb(181,63,204); }
div.DivClassName
{
background-color: #B53FCC;
}
.BgClassName
{
background-color: #B53FCC;
}
</style>
border-color css
<style>
span { border-color: #B53FCC; }
span { border-color: rgb(181,63,204); }
td.TdClassName
{
border-color: #B53FCC;
}
.TagClassName
{
border-color: #B53FCC;
}
</style>