Shades of Medium Orchid #B062E5
Tints of Medium Orchid #B062E5
RGB
CMYK
RGB Variations
Color information
#B062E5 (or 0xB062E5) is known color: Medium Orchid. HEX triplet: B0, 62 and E5. RGB value is (176,98,229). Sum of RGB (Red+Green+Blue) = 176+98+229=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 98 (38.67% from 255 or 19.48% from 503); Blue value is 229 (89.84% from 255 or 45.53% from 503); Max value from RGB is 229 - color contains mainly: blue. Hex color #B062E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B062E5 is #4F9D1A. Grayscale: #878787. Windows color (decimal): -5217563 or 15033008. OLE color: 15033008.
HSL color Cylindrical-coordinate representation of color #B062E5: hue angle of 275.73º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B062E5 is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 98 | 229 | - |
| CMYK | 0.23 | 0.57 | 0 | 0.10 |
| HSL | 275.73º | 0.72% | 0.64% | - |
| HSV(B) | 275.73º | 0.57% | 0.9% | - |
| XYZ | 36.42 | 23.62 | 76.77 | - |
| YUV | 136.26 | 180.34 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 98 | 229 | 0.23 | 0.57 | 0 | 0.10 | 275.73 | 0.72 | 0.64 |
| Hex | B0 | 62 | E5 | 17 | 39 | 0 | A | 114 | 48 | 40 |
| Octal | 260 | 142 | 345 | 27 | 71 | 0 | 12 | 424 | 110 | 100 |
| Binary | 10110000 | 1100010 | 11100101 | 10111 | 111001 | 0 | 1010 | 100010100 | 1001000 | 1000000 |
Color Harmonies of #B062E5
Complementary color
Monochromatic Colors of #B062E5
Black with #B062E5
Text Example
Text Example
White with #B062E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B062E5; }
p { color: rgb(176,98,229); }
H1.HeaderClassName
{
color: #B062E5;
}
.AnyTagClassName
{
color: #B062E5;
}
</style>
background-color css
<style>
a { background-color: #B062E5; }
a { background-color: rgb(176,98,229); }
div.DivClassName
{
background-color: #B062E5;
}
.BgClassName
{
background-color: #B062E5;
}
</style>
border-color css
<style>
span { border-color: #B062E5; }
span { border-color: rgb(176,98,229); }
td.TdClassName
{
border-color: #B062E5;
}
.TagClassName
{
border-color: #B062E5;
}
</style>