Shades of Medium Orchid #B461E6
Tints of Medium Orchid #B461E6
RGB
CMYK
RGB Variations
Color information
#B461E6 (or 0xB461E6) is known color: Medium Orchid. HEX triplet: B4, 61 and E6. RGB value is (180,97,230). Sum of RGB (Red+Green+Blue) = 180+97+230=507 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.50% from 507); Green value is 97 (38.28% from 255 or 19.13% from 507); Blue value is 230 (90.23% from 255 or 45.36% from 507); Max value from RGB is 230 - color contains mainly: blue. Hex color #B461E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B461E6 is #4B9E19. Grayscale: #888888. Windows color (decimal): -4955674 or 15098292. OLE color: 15098292.
HSL color Cylindrical-coordinate representation of color #B461E6: hue angle of 277.44º 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 #B461E6 is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 180 | 97 | 230 | - |
| CMYK | 0.22 | 0.58 | 0 | 0.10 |
| HSL | 277.44º | 0.73% | 0.64% | - |
| HSV(B) | 277.44º | 0.58% | 0.9% | - |
| XYZ | 37.38 | 23.97 | 77.52 | - |
| YUV | 136.98 | 180.5 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 97 | 230 | 0.22 | 0.58 | 0 | 0.10 | 277.44 | 0.73 | 0.64 |
| Hex | B4 | 61 | E6 | 16 | 3A | 0 | A | 115 | 49 | 40 |
| Octal | 264 | 141 | 346 | 26 | 72 | 0 | 12 | 425 | 111 | 100 |
| Binary | 10110100 | 1100001 | 11100110 | 10110 | 111010 | 0 | 1010 | 100010101 | 1001001 | 1000000 |
Color Harmonies of #B461E6
Complementary color
Monochromatic Colors of #B461E6
Black with #B461E6
Text Example
Text Example
White with #B461E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B461E6; }
p { color: rgb(180,97,230); }
H1.HeaderClassName
{
color: #B461E6;
}
.AnyTagClassName
{
color: #B461E6;
}
</style>
background-color css
<style>
a { background-color: #B461E6; }
a { background-color: rgb(180,97,230); }
div.DivClassName
{
background-color: #B461E6;
}
.BgClassName
{
background-color: #B461E6;
}
</style>
border-color css
<style>
span { border-color: #B461E6; }
span { border-color: rgb(180,97,230); }
td.TdClassName
{
border-color: #B461E6;
}
.TagClassName
{
border-color: #B461E6;
}
</style>