Shades of Medium Orchid #B062E0
Tints of Medium Orchid #B062E0
RGB
CMYK
RGB Variations
Color information
#B062E0 (or 0xB062E0) is known color: Medium Orchid. HEX triplet: B0, 62 and E0. RGB value is (176,98,224). Sum of RGB (Red+Green+Blue) = 176+98+224=498 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.34% from 498); Green value is 98 (38.67% from 255 or 19.68% from 498); Blue value is 224 (87.89% from 255 or 44.98% from 498); Max value from RGB is 224 - color contains mainly: blue. Hex color #B062E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B062E0 is #4F9D1F. Grayscale: #878787. Windows color (decimal): -5217568 or 14705328. OLE color: 14705328.
HSL color Cylindrical-coordinate representation of color #B062E0: hue angle of 277.14º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B062E0 is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 176 | 98 | 224 | - |
| CMYK | 0.21 | 0.56 | 0 | 0.12 |
| HSL | 277.14º | 0.67% | 0.63% | - |
| HSV(B) | 277.14º | 0.56% | 0.88% | - |
| XYZ | 35.73 | 23.35 | 73.14 | - |
| YUV | 135.69 | 177.84 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 98 | 224 | 0.21 | 0.56 | 0 | 0.12 | 277.14 | 0.67 | 0.63 |
| Hex | B0 | 62 | E0 | 15 | 38 | 0 | C | 115 | 43 | 3F |
| Octal | 260 | 142 | 340 | 25 | 70 | 0 | 14 | 425 | 103 | 77 |
| Binary | 10110000 | 1100010 | 11100000 | 10101 | 111000 | 0 | 1100 | 100010101 | 1000011 | 111111 |
Color Harmonies of #B062E0
Complementary color
Monochromatic Colors of #B062E0
Black with #B062E0
Text Example
Text Example
White with #B062E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B062E0; }
p { color: rgb(176,98,224); }
H1.HeaderClassName
{
color: #B062E0;
}
.AnyTagClassName
{
color: #B062E0;
}
</style>
background-color css
<style>
a { background-color: #B062E0; }
a { background-color: rgb(176,98,224); }
div.DivClassName
{
background-color: #B062E0;
}
.BgClassName
{
background-color: #B062E0;
}
</style>
border-color css
<style>
span { border-color: #B062E0; }
span { border-color: rgb(176,98,224); }
td.TdClassName
{
border-color: #B062E0;
}
.TagClassName
{
border-color: #B062E0;
}
</style>