Shades of Medium Orchid #B53CF2
Tints of Medium Orchid #B53CF2
RGB
CMYK
RGB Variations
Color information
#B53CF2 (or 0xB53CF2) is known color: Medium Orchid. HEX triplet: B5, 3C and F2. RGB value is (181,60,242). Sum of RGB (Red+Green+Blue) = 181+60+242=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 60 (23.83% from 255 or 12.42% from 483); Blue value is 242 (94.92% from 255 or 50.10% from 483); Max value from RGB is 242 - color contains mainly: blue. Hex color #B53CF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B53CF2 is #4AC30D. Grayscale: #747474. Windows color (decimal): -4899598 or 15875253. OLE color: 15875253.
HSL color Cylindrical-coordinate representation of color #B53CF2: hue angle of 279.89º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B53CF2 is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 60 | 242 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.05 |
| HSL | 279.89º | 0.88% | 0.59% | - |
| HSV(B) | 279.89º | 0.75% | 0.95% | - |
| XYZ | 36.7 | 19.47 | 85.83 | - |
| YUV | 116.93 | 198.59 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 60 | 242 | 0.25 | 0.75 | 0 | 0.05 | 279.89 | 0.88 | 0.59 |
| Hex | B5 | 3C | F2 | 19 | 4B | 0 | 5 | 118 | 58 | 3B |
| Octal | 265 | 74 | 362 | 31 | 113 | 0 | 5 | 430 | 130 | 73 |
| Binary | 10110101 | 111100 | 11110010 | 11001 | 1001011 | 0 | 101 | 100011000 | 1011000 | 111011 |
Color Harmonies of #B53CF2
Complementary color
Monochromatic Colors of #B53CF2
Black with #B53CF2
Text Example
Text Example
White with #B53CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53CF2; }
p { color: rgb(181,60,242); }
H1.HeaderClassName
{
color: #B53CF2;
}
.AnyTagClassName
{
color: #B53CF2;
}
</style>
background-color css
<style>
a { background-color: #B53CF2; }
a { background-color: rgb(181,60,242); }
div.DivClassName
{
background-color: #B53CF2;
}
.BgClassName
{
background-color: #B53CF2;
}
</style>
border-color css
<style>
span { border-color: #B53CF2; }
span { border-color: rgb(181,60,242); }
td.TdClassName
{
border-color: #B53CF2;
}
.TagClassName
{
border-color: #B53CF2;
}
</style>