Shades of Medium Orchid #B53CEA
Tints of Medium Orchid #B53CEA
RGB
CMYK
RGB Variations
Color information
#B53CEA (or 0xB53CEA) is known color: Medium Orchid. HEX triplet: B5, 3C and EA. RGB value is (181,60,234). Sum of RGB (Red+Green+Blue) = 181+60+234=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 60 (23.83% from 255 or 12.63% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 234 - color contains mainly: blue. Hex color #B53CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B53CEA is #4AC315. Grayscale: #737373. Windows color (decimal): -4899606 or 15350965. OLE color: 15350965.
HSL color Cylindrical-coordinate representation of color #B53CEA: hue angle of 281.72º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B53CEA is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 181 | 60 | 234 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.08 |
| HSL | 281.72º | 0.81% | 0.58% | - |
| HSV(B) | 281.72º | 0.74% | 0.92% | - |
| XYZ | 35.52 | 19 | 79.64 | - |
| YUV | 116.02 | 194.59 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 60 | 234 | 0.23 | 0.74 | 0 | 0.08 | 281.72 | 0.81 | 0.58 |
| Hex | B5 | 3C | EA | 17 | 4A | 0 | 8 | 11A | 51 | 3A |
| Octal | 265 | 74 | 352 | 27 | 112 | 0 | 10 | 432 | 121 | 72 |
| Binary | 10110101 | 111100 | 11101010 | 10111 | 1001010 | 0 | 1000 | 100011010 | 1010001 | 111010 |
Color Harmonies of #B53CEA
Complementary color
Monochromatic Colors of #B53CEA
Black with #B53CEA
Text Example
Text Example
White with #B53CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53CEA; }
p { color: rgb(181,60,234); }
H1.HeaderClassName
{
color: #B53CEA;
}
.AnyTagClassName
{
color: #B53CEA;
}
</style>
background-color css
<style>
a { background-color: #B53CEA; }
a { background-color: rgb(181,60,234); }
div.DivClassName
{
background-color: #B53CEA;
}
.BgClassName
{
background-color: #B53CEA;
}
</style>
border-color css
<style>
span { border-color: #B53CEA; }
span { border-color: rgb(181,60,234); }
td.TdClassName
{
border-color: #B53CEA;
}
.TagClassName
{
border-color: #B53CEA;
}
</style>