Shades of Medium Orchid #B53BFE
Tints of Medium Orchid #B53BFE
RGB
CMYK
RGB Variations
Color information
#B53BFE (or 0xB53BFE) is known color: Medium Orchid. HEX triplet: B5, 3B and FE. RGB value is (181,59,254). Sum of RGB (Red+Green+Blue) = 181+59+254=494 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.64% from 494); Green value is 59 (23.44% from 255 or 11.94% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #B53BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B53BFE is #4AC401. Grayscale: #757575. Windows color (decimal): -4899842 or 16661429. OLE color: 16661429.
HSL color Cylindrical-coordinate representation of color #B53BFE: hue angle of 277.54º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B53BFE is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 59 | 254 | - |
| CMYK | 0.29 | 0.77 | 0 | 0.00 |
| HSL | 277.54º | 0.99% | 0.61% | - |
| HSV(B) | 277.54º | 0.77% | 1% | - |
| XYZ | 38.51 | 20.11 | 95.62 | - |
| YUV | 117.71 | 204.92 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 59 | 254 | 0.29 | 0.77 | 0 | 0.00 | 277.54 | 0.99 | 0.61 |
| Hex | B5 | 3B | FE | 1D | 4D | 0 | 0 | 116 | 63 | 3D |
| Octal | 265 | 73 | 376 | 35 | 115 | 0 | 0 | 426 | 143 | 75 |
| Binary | 10110101 | 111011 | 11111110 | 11101 | 1001101 | 0 | 0 | 100010110 | 1100011 | 111101 |
Color Harmonies of #B53BFE
Complementary color
Monochromatic Colors of #B53BFE
Black with #B53BFE
Text Example
Text Example
White with #B53BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53BFE; }
p { color: rgb(181,59,254); }
H1.HeaderClassName
{
color: #B53BFE;
}
.AnyTagClassName
{
color: #B53BFE;
}
</style>
background-color css
<style>
a { background-color: #B53BFE; }
a { background-color: rgb(181,59,254); }
div.DivClassName
{
background-color: #B53BFE;
}
.BgClassName
{
background-color: #B53BFE;
}
</style>
border-color css
<style>
span { border-color: #B53BFE; }
span { border-color: rgb(181,59,254); }
td.TdClassName
{
border-color: #B53BFE;
}
.TagClassName
{
border-color: #B53BFE;
}
</style>