Shades of Medium Orchid #B53FEF
Tints of Medium Orchid #B53FEF
RGB
CMYK
RGB Variations
Color information
#B53FEF (or 0xB53FEF) is known color: Medium Orchid. HEX triplet: B5, 3F and EF. RGB value is (181,63,239). Sum of RGB (Red+Green+Blue) = 181+63+239=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 63 (25% from 255 or 13.04% from 483); Blue value is 239 (93.75% from 255 or 49.48% from 483); Max value from RGB is 239 - color contains mainly: blue. Hex color #B53FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B53FEF is #4AC010. Grayscale: #757575. Windows color (decimal): -4898833 or 15679413. OLE color: 15679413.
HSL color Cylindrical-coordinate representation of color #B53FEF: hue angle of 280.23º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B53FEF is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 63 | 239 | - |
| CMYK | 0.24 | 0.74 | 0 | 0.06 |
| HSL | 280.23º | 0.85% | 0.59% | - |
| HSV(B) | 280.23º | 0.74% | 0.94% | - |
| XYZ | 36.41 | 19.61 | 83.53 | - |
| YUV | 118.35 | 196.09 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 63 | 239 | 0.24 | 0.74 | 0 | 0.06 | 280.23 | 0.85 | 0.59 |
| Hex | B5 | 3F | EF | 18 | 4A | 0 | 6 | 118 | 55 | 3B |
| Octal | 265 | 77 | 357 | 30 | 112 | 0 | 6 | 430 | 125 | 73 |
| Binary | 10110101 | 111111 | 11101111 | 11000 | 1001010 | 0 | 110 | 100011000 | 1010101 | 111011 |
Color Harmonies of #B53FEF
Complementary color
Monochromatic Colors of #B53FEF
Black with #B53FEF
Text Example
Text Example
White with #B53FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53FEF; }
p { color: rgb(181,63,239); }
H1.HeaderClassName
{
color: #B53FEF;
}
.AnyTagClassName
{
color: #B53FEF;
}
</style>
background-color css
<style>
a { background-color: #B53FEF; }
a { background-color: rgb(181,63,239); }
div.DivClassName
{
background-color: #B53FEF;
}
.BgClassName
{
background-color: #B53FEF;
}
</style>
border-color css
<style>
span { border-color: #B53FEF; }
span { border-color: rgb(181,63,239); }
td.TdClassName
{
border-color: #B53FEF;
}
.TagClassName
{
border-color: #B53FEF;
}
</style>