Shades of Medium Orchid #B53FFD
Tints of Medium Orchid #B53FFD
RGB
CMYK
RGB Variations
Color information
#B53FFD (or 0xB53FFD) is known color: Medium Orchid. HEX triplet: B5, 3F and FD. RGB value is (181,63,253). Sum of RGB (Red+Green+Blue) = 181+63+253=497 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.42% from 497); Green value is 63 (25% from 255 or 12.68% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #B53FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B53FFD is #4AC002. Grayscale: #777777. Windows color (decimal): -4898819 or 16596917. OLE color: 16596917.
HSL color Cylindrical-coordinate representation of color #B53FFD: hue angle of 277.26º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B53FFD is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 181 | 63 | 253 | - |
| CMYK | 0.28 | 0.75 | 0 | 0.01 |
| HSL | 277.26º | 0.98% | 0.62% | - |
| HSV(B) | 277.26º | 0.75% | 0.99% | - |
| XYZ | 38.56 | 20.47 | 94.85 | - |
| YUV | 119.94 | 203.09 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 63 | 253 | 0.28 | 0.75 | 0 | 0.01 | 277.26 | 0.98 | 0.62 |
| Hex | B5 | 3F | FD | 1C | 4B | 0 | 1 | 115 | 62 | 3E |
| Octal | 265 | 77 | 375 | 34 | 113 | 0 | 1 | 425 | 142 | 76 |
| Binary | 10110101 | 111111 | 11111101 | 11100 | 1001011 | 0 | 1 | 100010101 | 1100010 | 111110 |
Color Harmonies of #B53FFD
Complementary color
Monochromatic Colors of #B53FFD
Black with #B53FFD
Text Example
Text Example
White with #B53FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53FFD; }
p { color: rgb(181,63,253); }
H1.HeaderClassName
{
color: #B53FFD;
}
.AnyTagClassName
{
color: #B53FFD;
}
</style>
background-color css
<style>
a { background-color: #B53FFD; }
a { background-color: rgb(181,63,253); }
div.DivClassName
{
background-color: #B53FFD;
}
.BgClassName
{
background-color: #B53FFD;
}
</style>
border-color css
<style>
span { border-color: #B53FFD; }
span { border-color: rgb(181,63,253); }
td.TdClassName
{
border-color: #B53FFD;
}
.TagClassName
{
border-color: #B53FFD;
}
</style>