Shades of Medium Orchid #B063EC
Tints of Medium Orchid #B063EC
RGB
CMYK
RGB Variations
Color information
#B063EC (or 0xB063EC) is known color: Medium Orchid. HEX triplet: B0, 63 and EC. RGB value is (176,99,236). Sum of RGB (Red+Green+Blue) = 176+99+236=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 99 (39.06% from 255 or 19.37% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #B063EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B063EC is #4F9C13. Grayscale: #898989. Windows color (decimal): -5217300 or 15492016. OLE color: 15492016.
HSL color Cylindrical-coordinate representation of color #B063EC: hue angle of 273.72º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B063EC is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 99 | 236 | - |
| CMYK | 0.25 | 0.58 | 0 | 0.07 |
| HSL | 273.72º | 0.78% | 0.66% | - |
| HSV(B) | 273.72º | 0.58% | 0.93% | - |
| XYZ | 37.51 | 24.21 | 82.05 | - |
| YUV | 137.64 | 183.51 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 99 | 236 | 0.25 | 0.58 | 0 | 0.07 | 273.72 | 0.78 | 0.66 |
| Hex | B0 | 63 | EC | 19 | 3A | 0 | 7 | 112 | 4E | 42 |
| Octal | 260 | 143 | 354 | 31 | 72 | 0 | 7 | 422 | 116 | 102 |
| Binary | 10110000 | 1100011 | 11101100 | 11001 | 111010 | 0 | 111 | 100010010 | 1001110 | 1000010 |
Color Harmonies of #B063EC
Complementary color
Monochromatic Colors of #B063EC
Black with #B063EC
Text Example
Text Example
White with #B063EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B063EC; }
p { color: rgb(176,99,236); }
H1.HeaderClassName
{
color: #B063EC;
}
.AnyTagClassName
{
color: #B063EC;
}
</style>
background-color css
<style>
a { background-color: #B063EC; }
a { background-color: rgb(176,99,236); }
div.DivClassName
{
background-color: #B063EC;
}
.BgClassName
{
background-color: #B063EC;
}
</style>
border-color css
<style>
span { border-color: #B063EC; }
span { border-color: rgb(176,99,236); }
td.TdClassName
{
border-color: #B063EC;
}
.TagClassName
{
border-color: #B063EC;
}
</style>