Shades of Medium Orchid #B461E5
Tints of Medium Orchid #B461E5
RGB
CMYK
RGB Variations
Color information
#B461E5 (or 0xB461E5) is known color: Medium Orchid. HEX triplet: B4, 61 and E5. RGB value is (180,97,229). Sum of RGB (Red+Green+Blue) = 180+97+229=506 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.57% from 506); Green value is 97 (38.28% from 255 or 19.17% from 506); Blue value is 229 (89.84% from 255 or 45.26% from 506); Max value from RGB is 229 - color contains mainly: blue. Hex color #B461E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B461E5 is #4B9E1A. Grayscale: #888888. Windows color (decimal): -4955675 or 15032756. OLE color: 15032756.
HSL color Cylindrical-coordinate representation of color #B461E5: hue angle of 277.73º degrees, saturation: 0.72, 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 #B461E5 is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 180 | 97 | 229 | - |
| CMYK | 0.21 | 0.58 | 0 | 0.10 |
| HSL | 277.73º | 0.72% | 0.64% | - |
| HSV(B) | 277.73º | 0.58% | 0.9% | - |
| XYZ | 37.24 | 23.91 | 76.78 | - |
| YUV | 136.87 | 180 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 97 | 229 | 0.21 | 0.58 | 0 | 0.10 | 277.73 | 0.72 | 0.64 |
| Hex | B4 | 61 | E5 | 15 | 3A | 0 | A | 116 | 48 | 40 |
| Octal | 264 | 141 | 345 | 25 | 72 | 0 | 12 | 426 | 110 | 100 |
| Binary | 10110100 | 1100001 | 11100101 | 10101 | 111010 | 0 | 1010 | 100010110 | 1001000 | 1000000 |
Color Harmonies of #B461E5
Complementary color
Monochromatic Colors of #B461E5
Black with #B461E5
Text Example
Text Example
White with #B461E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B461E5; }
p { color: rgb(180,97,229); }
H1.HeaderClassName
{
color: #B461E5;
}
.AnyTagClassName
{
color: #B461E5;
}
</style>
background-color css
<style>
a { background-color: #B461E5; }
a { background-color: rgb(180,97,229); }
div.DivClassName
{
background-color: #B461E5;
}
.BgClassName
{
background-color: #B461E5;
}
</style>
border-color css
<style>
span { border-color: #B461E5; }
span { border-color: rgb(180,97,229); }
td.TdClassName
{
border-color: #B461E5;
}
.TagClassName
{
border-color: #B461E5;
}
</style>