Shades of Medium Orchid #B53FF2
Tints of Medium Orchid #B53FF2
RGB
CMYK
RGB Variations
Color information
#B53FF2 (or 0xB53FF2) is known color: Medium Orchid. HEX triplet: B5, 3F and F2. RGB value is (181,63,242). Sum of RGB (Red+Green+Blue) = 181+63+242=486 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.24% from 486); Green value is 63 (25% from 255 or 12.96% from 486); Blue value is 242 (94.92% from 255 or 49.79% from 486); Max value from RGB is 242 - color contains mainly: blue. Hex color #B53FF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B53FF2 is #4AC00D. Grayscale: #767676. Windows color (decimal): -4898830 or 15876021. OLE color: 15876021.
HSL color Cylindrical-coordinate representation of color #B53FF2: hue angle of 279.55º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B53FF2 is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 63 | 242 | - |
| CMYK | 0.25 | 0.74 | 0 | 0.05 |
| HSL | 279.55º | 0.87% | 0.6% | - |
| HSV(B) | 279.55º | 0.74% | 0.95% | - |
| XYZ | 36.86 | 19.79 | 85.88 | - |
| YUV | 118.69 | 197.59 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 63 | 242 | 0.25 | 0.74 | 0 | 0.05 | 279.55 | 0.87 | 0.6 |
| Hex | B5 | 3F | F2 | 19 | 4A | 0 | 5 | 118 | 57 | 3C |
| Octal | 265 | 77 | 362 | 31 | 112 | 0 | 5 | 430 | 127 | 74 |
| Binary | 10110101 | 111111 | 11110010 | 11001 | 1001010 | 0 | 101 | 100011000 | 1010111 | 111100 |
Color Harmonies of #B53FF2
Complementary color
Monochromatic Colors of #B53FF2
Black with #B53FF2
Text Example
Text Example
White with #B53FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53FF2; }
p { color: rgb(181,63,242); }
H1.HeaderClassName
{
color: #B53FF2;
}
.AnyTagClassName
{
color: #B53FF2;
}
</style>
background-color css
<style>
a { background-color: #B53FF2; }
a { background-color: rgb(181,63,242); }
div.DivClassName
{
background-color: #B53FF2;
}
.BgClassName
{
background-color: #B53FF2;
}
</style>
border-color css
<style>
span { border-color: #B53FF2; }
span { border-color: rgb(181,63,242); }
td.TdClassName
{
border-color: #B53FF2;
}
.TagClassName
{
border-color: #B53FF2;
}
</style>