Shades of Medium Orchid #B062D8
Tints of Medium Orchid #B062D8
RGB
CMYK
RGB Variations
Color information
#B062D8 (or 0xB062D8) is known color: Medium Orchid. HEX triplet: B0, 62 and D8. RGB value is (176,98,216). Sum of RGB (Red+Green+Blue) = 176+98+216=490 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.92% from 490); Green value is 98 (38.67% from 255 or 20% from 490); Blue value is 216 (84.77% from 255 or 44.08% from 490); Max value from RGB is 216 - color contains mainly: blue. Hex color #B062D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B062D8 is #4F9D27. Grayscale: #868686. Windows color (decimal): -5217576 or 14181040. OLE color: 14181040.
HSL color Cylindrical-coordinate representation of color #B062D8: hue angle of 279.66º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B062D8 is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 98 | 216 | - |
| CMYK | 0.19 | 0.55 | 0 | 0.15 |
| HSL | 279.66º | 0.6% | 0.62% | - |
| HSV(B) | 279.66º | 0.55% | 0.85% | - |
| XYZ | 34.67 | 22.92 | 67.56 | - |
| YUV | 134.77 | 173.84 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 98 | 216 | 0.19 | 0.55 | 0 | 0.15 | 279.66 | 0.6 | 0.62 |
| Hex | B0 | 62 | D8 | 13 | 37 | 0 | F | 118 | 3C | 3E |
| Octal | 260 | 142 | 330 | 23 | 67 | 0 | 17 | 430 | 74 | 76 |
| Binary | 10110000 | 1100010 | 11011000 | 10011 | 110111 | 0 | 1111 | 100011000 | 111100 | 111110 |
Color Harmonies of #B062D8
Complementary color
Monochromatic Colors of #B062D8
Black with #B062D8
Text Example
Text Example
White with #B062D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B062D8; }
p { color: rgb(176,98,216); }
H1.HeaderClassName
{
color: #B062D8;
}
.AnyTagClassName
{
color: #B062D8;
}
</style>
background-color css
<style>
a { background-color: #B062D8; }
a { background-color: rgb(176,98,216); }
div.DivClassName
{
background-color: #B062D8;
}
.BgClassName
{
background-color: #B062D8;
}
</style>
border-color css
<style>
span { border-color: #B062D8; }
span { border-color: rgb(176,98,216); }
td.TdClassName
{
border-color: #B062D8;
}
.TagClassName
{
border-color: #B062D8;
}
</style>