Shades of Medium Orchid #B053FE
Tints of Medium Orchid #B053FE
RGB
CMYK
RGB Variations
Color information
#B053FE (or 0xB053FE) is known color: Medium Orchid. HEX triplet: B0, 53 and FE. RGB value is (176,83,254). Sum of RGB (Red+Green+Blue) = 176+83+254=513 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.31% from 513); Green value is 83 (32.81% from 255 or 16.18% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #B053FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B053FE is #4FAC01. Grayscale: #818181. Windows color (decimal): -5221378 or 16667568. OLE color: 16667568.
HSL color Cylindrical-coordinate representation of color #B053FE: hue angle of 272.63º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B053FE is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 83 | 254 | - |
| CMYK | 0.31 | 0.67 | 0 | 0.00 |
| HSL | 272.63º | 0.99% | 0.66% | - |
| HSV(B) | 272.63º | 0.67% | 1% | - |
| XYZ | 38.89 | 22.57 | 96.07 | - |
| YUV | 130.3 | 197.81 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 83 | 254 | 0.31 | 0.67 | 0 | 0.00 | 272.63 | 0.99 | 0.66 |
| Hex | B0 | 53 | FE | 1F | 43 | 0 | 0 | 111 | 63 | 42 |
| Octal | 260 | 123 | 376 | 37 | 103 | 0 | 0 | 421 | 143 | 102 |
| Binary | 10110000 | 1010011 | 11111110 | 11111 | 1000011 | 0 | 0 | 100010001 | 1100011 | 1000010 |
Color Harmonies of #B053FE
Complementary color
Monochromatic Colors of #B053FE
Black with #B053FE
Text Example
Text Example
White with #B053FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B053FE; }
p { color: rgb(176,83,254); }
H1.HeaderClassName
{
color: #B053FE;
}
.AnyTagClassName
{
color: #B053FE;
}
</style>
background-color css
<style>
a { background-color: #B053FE; }
a { background-color: rgb(176,83,254); }
div.DivClassName
{
background-color: #B053FE;
}
.BgClassName
{
background-color: #B053FE;
}
</style>
border-color css
<style>
span { border-color: #B053FE; }
span { border-color: rgb(176,83,254); }
td.TdClassName
{
border-color: #B053FE;
}
.TagClassName
{
border-color: #B053FE;
}
</style>