Shades of Medium Orchid #B053FC
Tints of Medium Orchid #B053FC
RGB
CMYK
RGB Variations
Color information
#B053FC (or 0xB053FC) is known color: Medium Orchid. HEX triplet: B0, 53 and FC. RGB value is (176,83,252). Sum of RGB (Red+Green+Blue) = 176+83+252=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 83 (32.81% from 255 or 16.24% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #B053FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B053FC is #4FAC03. Grayscale: #818181. Windows color (decimal): -5221380 or 16536496. OLE color: 16536496.
HSL color Cylindrical-coordinate representation of color #B053FC: hue angle of 273.02º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B053FC is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 83 | 252 | - |
| CMYK | 0.30 | 0.67 | 0 | 0.01 |
| HSL | 273.02º | 0.97% | 0.66% | - |
| HSV(B) | 273.02º | 0.67% | 0.99% | - |
| XYZ | 38.57 | 22.44 | 94.39 | - |
| YUV | 130.07 | 196.81 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 83 | 252 | 0.30 | 0.67 | 0 | 0.01 | 273.02 | 0.97 | 0.66 |
| Hex | B0 | 53 | FC | 1E | 43 | 0 | 1 | 111 | 61 | 42 |
| Octal | 260 | 123 | 374 | 36 | 103 | 0 | 1 | 421 | 141 | 102 |
| Binary | 10110000 | 1010011 | 11111100 | 11110 | 1000011 | 0 | 1 | 100010001 | 1100001 | 1000010 |
Color Harmonies of #B053FC
Complementary color
Monochromatic Colors of #B053FC
Black with #B053FC
Text Example
Text Example
White with #B053FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B053FC; }
p { color: rgb(176,83,252); }
H1.HeaderClassName
{
color: #B053FC;
}
.AnyTagClassName
{
color: #B053FC;
}
</style>
background-color css
<style>
a { background-color: #B053FC; }
a { background-color: rgb(176,83,252); }
div.DivClassName
{
background-color: #B053FC;
}
.BgClassName
{
background-color: #B053FC;
}
</style>
border-color css
<style>
span { border-color: #B053FC; }
span { border-color: rgb(176,83,252); }
td.TdClassName
{
border-color: #B053FC;
}
.TagClassName
{
border-color: #B053FC;
}
</style>