Shades of Medium Orchid #B062DA
Tints of Medium Orchid #B062DA
RGB
CMYK
RGB Variations
Color information
#B062DA (or 0xB062DA) is known color: Medium Orchid. HEX triplet: B0, 62 and DA. RGB value is (176,98,218). Sum of RGB (Red+Green+Blue) = 176+98+218=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 98 (38.67% from 255 or 19.92% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 218 - color contains mainly: blue. Hex color #B062DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B062DA is #4F9D25. Grayscale: #868686. Windows color (decimal): -5217574 or 14312112. OLE color: 14312112.
HSL color Cylindrical-coordinate representation of color #B062DA: hue angle of 279º degrees, saturation: 0.62, 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 #B062DA is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 98 | 218 | - |
| CMYK | 0.19 | 0.55 | 0 | 0.15 |
| HSL | 279º | 0.62% | 0.62% | - |
| HSV(B) | 279º | 0.55% | 0.85% | - |
| XYZ | 34.93 | 23.03 | 68.93 | - |
| YUV | 135 | 174.84 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 98 | 218 | 0.19 | 0.55 | 0 | 0.15 | 279 | 0.62 | 0.62 |
| Hex | B0 | 62 | DA | 13 | 37 | 0 | F | 117 | 3E | 3E |
| Octal | 260 | 142 | 332 | 23 | 67 | 0 | 17 | 427 | 76 | 76 |
| Binary | 10110000 | 1100010 | 11011010 | 10011 | 110111 | 0 | 1111 | 100010111 | 111110 | 111110 |
Color Harmonies of #B062DA
Complementary color
Monochromatic Colors of #B062DA
Black with #B062DA
Text Example
Text Example
White with #B062DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B062DA; }
p { color: rgb(176,98,218); }
H1.HeaderClassName
{
color: #B062DA;
}
.AnyTagClassName
{
color: #B062DA;
}
</style>
background-color css
<style>
a { background-color: #B062DA; }
a { background-color: rgb(176,98,218); }
div.DivClassName
{
background-color: #B062DA;
}
.BgClassName
{
background-color: #B062DA;
}
</style>
border-color css
<style>
span { border-color: #B062DA; }
span { border-color: rgb(176,98,218); }
td.TdClassName
{
border-color: #B062DA;
}
.TagClassName
{
border-color: #B062DA;
}
</style>