Shades of Medium Orchid #B061E6
Tints of Medium Orchid #B061E6
RGB
CMYK
RGB Variations
Color information
#B061E6 (or 0xB061E6) is known color: Medium Orchid. HEX triplet: B0, 61 and E6. RGB value is (176,97,230). Sum of RGB (Red+Green+Blue) = 176+97+230=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 97 (38.28% from 255 or 19.28% from 503); Blue value is 230 (90.23% from 255 or 45.73% from 503); Max value from RGB is 230 - color contains mainly: blue. Hex color #B061E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B061E6 is #4F9E19. Grayscale: #878787. Windows color (decimal): -5217818 or 15098288. OLE color: 15098288.
HSL color Cylindrical-coordinate representation of color #B061E6: hue angle of 275.64º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B061E6 is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 97 | 230 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.10 |
| HSL | 275.64º | 0.73% | 0.64% | - |
| HSV(B) | 275.64º | 0.58% | 0.9% | - |
| XYZ | 36.46 | 23.49 | 77.48 | - |
| YUV | 135.78 | 181.17 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 97 | 230 | 0.23 | 0.58 | 0 | 0.10 | 275.64 | 0.73 | 0.64 |
| Hex | B0 | 61 | E6 | 17 | 3A | 0 | A | 114 | 49 | 40 |
| Octal | 260 | 141 | 346 | 27 | 72 | 0 | 12 | 424 | 111 | 100 |
| Binary | 10110000 | 1100001 | 11100110 | 10111 | 111010 | 0 | 1010 | 100010100 | 1001001 | 1000000 |
Color Harmonies of #B061E6
Complementary color
Monochromatic Colors of #B061E6
Black with #B061E6
Text Example
Text Example
White with #B061E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B061E6; }
p { color: rgb(176,97,230); }
H1.HeaderClassName
{
color: #B061E6;
}
.AnyTagClassName
{
color: #B061E6;
}
</style>
background-color css
<style>
a { background-color: #B061E6; }
a { background-color: rgb(176,97,230); }
div.DivClassName
{
background-color: #B061E6;
}
.BgClassName
{
background-color: #B061E6;
}
</style>
border-color css
<style>
span { border-color: #B061E6; }
span { border-color: rgb(176,97,230); }
td.TdClassName
{
border-color: #B061E6;
}
.TagClassName
{
border-color: #B061E6;
}
</style>