Shades of Medium Orchid #B53CFE
Tints of Medium Orchid #B53CFE
RGB
CMYK
RGB Variations
Color information
#B53CFE (or 0xB53CFE) is known color: Medium Orchid. HEX triplet: B5, 3C and FE. RGB value is (181,60,254). Sum of RGB (Red+Green+Blue) = 181+60+254=495 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.57% from 495); Green value is 60 (23.83% from 255 or 12.12% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #B53CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B53CFE is #4AC301. Grayscale: #757575. Windows color (decimal): -4899586 or 16661685. OLE color: 16661685.
HSL color Cylindrical-coordinate representation of color #B53CFE: hue angle of 277.42º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B53CFE is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 60 | 254 | - |
| CMYK | 0.29 | 0.76 | 0 | 0.00 |
| HSL | 277.42º | 0.99% | 0.62% | - |
| HSV(B) | 277.42º | 0.76% | 1% | - |
| XYZ | 38.56 | 20.21 | 95.63 | - |
| YUV | 118.3 | 204.59 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 60 | 254 | 0.29 | 0.76 | 0 | 0.00 | 277.42 | 0.99 | 0.62 |
| Hex | B5 | 3C | FE | 1D | 4C | 0 | 0 | 115 | 63 | 3E |
| Octal | 265 | 74 | 376 | 35 | 114 | 0 | 0 | 425 | 143 | 76 |
| Binary | 10110101 | 111100 | 11111110 | 11101 | 1001100 | 0 | 0 | 100010101 | 1100011 | 111110 |
Color Harmonies of #B53CFE
Complementary color
Monochromatic Colors of #B53CFE
Black with #B53CFE
Text Example
Text Example
White with #B53CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53CFE; }
p { color: rgb(181,60,254); }
H1.HeaderClassName
{
color: #B53CFE;
}
.AnyTagClassName
{
color: #B53CFE;
}
</style>
background-color css
<style>
a { background-color: #B53CFE; }
a { background-color: rgb(181,60,254); }
div.DivClassName
{
background-color: #B53CFE;
}
.BgClassName
{
background-color: #B53CFE;
}
</style>
border-color css
<style>
span { border-color: #B53CFE; }
span { border-color: rgb(181,60,254); }
td.TdClassName
{
border-color: #B53CFE;
}
.TagClassName
{
border-color: #B53CFE;
}
</style>