Shades of Medium Orchid #B53BCE
Tints of Medium Orchid #B53BCE
RGB
CMYK
RGB Variations
Color information
#B53BCE (or 0xB53BCE) is known color: Medium Orchid. HEX triplet: B5, 3B and CE. RGB value is (181,59,206). Sum of RGB (Red+Green+Blue) = 181+59+206=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 59 (23.44% from 255 or 13.23% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #B53BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53BCE is #4AC431. Grayscale: #6F6F6F. Windows color (decimal): -4899890 or 13515701. OLE color: 13515701.
HSL color Cylindrical-coordinate representation of color #B53BCE: hue angle of 289.8º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B53BCE is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 59 | 206 | - |
| CMYK | 0.12 | 0.71 | 0 | 0.19 |
| HSL | 289.8º | 0.6% | 0.52% | - |
| HSV(B) | 289.8º | 0.71% | 0.81% | - |
| XYZ | 31.76 | 17.41 | 60.08 | - |
| YUV | 112.24 | 180.92 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 59 | 206 | 0.12 | 0.71 | 0 | 0.19 | 289.8 | 0.6 | 0.52 |
| Hex | B5 | 3B | CE | C | 47 | 0 | 13 | 122 | 3C | 34 |
| Octal | 265 | 73 | 316 | 14 | 107 | 0 | 23 | 442 | 74 | 64 |
| Binary | 10110101 | 111011 | 11001110 | 1100 | 1000111 | 0 | 10011 | 100100010 | 111100 | 110100 |
Color Harmonies of #B53BCE
Complementary color
Monochromatic Colors of #B53BCE
Black with #B53BCE
Text Example
Text Example
White with #B53BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53BCE; }
p { color: rgb(181,59,206); }
H1.HeaderClassName
{
color: #B53BCE;
}
.AnyTagClassName
{
color: #B53BCE;
}
</style>
background-color css
<style>
a { background-color: #B53BCE; }
a { background-color: rgb(181,59,206); }
div.DivClassName
{
background-color: #B53BCE;
}
.BgClassName
{
background-color: #B53BCE;
}
</style>
border-color css
<style>
span { border-color: #B53BCE; }
span { border-color: rgb(181,59,206); }
td.TdClassName
{
border-color: #B53BCE;
}
.TagClassName
{
border-color: #B53BCE;
}
</style>