Shades of Medium Orchid #B53BCA
Tints of Medium Orchid #B53BCA
RGB
CMYK
RGB Variations
Color information
#B53BCA (or 0xB53BCA) is known color: Medium Orchid. HEX triplet: B5, 3B and CA. RGB value is (181,59,202). Sum of RGB (Red+Green+Blue) = 181+59+202=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 59 (23.44% from 255 or 13.35% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 202 - color contains mainly: blue. Hex color #B53BCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53BCA is #4AC435. Grayscale: #6F6F6F. Windows color (decimal): -4899894 or 13253557. OLE color: 13253557.
HSL color Cylindrical-coordinate representation of color #B53BCA: hue angle of 291.19º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B53BCA is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 59 | 202 | - |
| CMYK | 0.10 | 0.71 | 0 | 0.21 |
| HSL | 291.19º | 0.57% | 0.51% | - |
| HSV(B) | 291.19º | 0.71% | 0.79% | - |
| XYZ | 31.28 | 17.22 | 57.55 | - |
| YUV | 111.78 | 178.92 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 59 | 202 | 0.10 | 0.71 | 0 | 0.21 | 291.19 | 0.57 | 0.51 |
| Hex | B5 | 3B | CA | A | 47 | 0 | 15 | 123 | 39 | 33 |
| Octal | 265 | 73 | 312 | 12 | 107 | 0 | 25 | 443 | 71 | 63 |
| Binary | 10110101 | 111011 | 11001010 | 1010 | 1000111 | 0 | 10101 | 100100011 | 111001 | 110011 |
Color Harmonies of #B53BCA
Complementary color
Monochromatic Colors of #B53BCA
Black with #B53BCA
Text Example
Text Example
White with #B53BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53BCA; }
p { color: rgb(181,59,202); }
H1.HeaderClassName
{
color: #B53BCA;
}
.AnyTagClassName
{
color: #B53BCA;
}
</style>
background-color css
<style>
a { background-color: #B53BCA; }
a { background-color: rgb(181,59,202); }
div.DivClassName
{
background-color: #B53BCA;
}
.BgClassName
{
background-color: #B53BCA;
}
</style>
border-color css
<style>
span { border-color: #B53BCA; }
span { border-color: rgb(181,59,202); }
td.TdClassName
{
border-color: #B53BCA;
}
.TagClassName
{
border-color: #B53BCA;
}
</style>