Shades of Medium Orchid #B461E0
Tints of Medium Orchid #B461E0
RGB
CMYK
RGB Variations
Color information
#B461E0 (or 0xB461E0) is known color: Medium Orchid. HEX triplet: B4, 61 and E0. RGB value is (180,97,224). Sum of RGB (Red+Green+Blue) = 180+97+224=501 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.93% from 501); Green value is 97 (38.28% from 255 or 19.36% from 501); Blue value is 224 (87.89% from 255 or 44.71% from 501); Max value from RGB is 224 - color contains mainly: blue. Hex color #B461E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B461E0 is #4B9E1F. Grayscale: #878787. Windows color (decimal): -4955680 or 14705076. OLE color: 14705076.
HSL color Cylindrical-coordinate representation of color #B461E0: hue angle of 279.21º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B461E0 is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 180 | 97 | 224 | - |
| CMYK | 0.20 | 0.57 | 0 | 0.12 |
| HSL | 279.21º | 0.67% | 0.63% | - |
| HSV(B) | 279.21º | 0.57% | 0.88% | - |
| XYZ | 36.55 | 23.63 | 73.16 | - |
| YUV | 136.3 | 177.5 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 97 | 224 | 0.20 | 0.57 | 0 | 0.12 | 279.21 | 0.67 | 0.63 |
| Hex | B4 | 61 | E0 | 14 | 39 | 0 | C | 117 | 43 | 3F |
| Octal | 264 | 141 | 340 | 24 | 71 | 0 | 14 | 427 | 103 | 77 |
| Binary | 10110100 | 1100001 | 11100000 | 10100 | 111001 | 0 | 1100 | 100010111 | 1000011 | 111111 |
Color Harmonies of #B461E0
Complementary color
Monochromatic Colors of #B461E0
Black with #B461E0
Text Example
Text Example
White with #B461E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B461E0; }
p { color: rgb(180,97,224); }
H1.HeaderClassName
{
color: #B461E0;
}
.AnyTagClassName
{
color: #B461E0;
}
</style>
background-color css
<style>
a { background-color: #B461E0; }
a { background-color: rgb(180,97,224); }
div.DivClassName
{
background-color: #B461E0;
}
.BgClassName
{
background-color: #B461E0;
}
</style>
border-color css
<style>
span { border-color: #B461E0; }
span { border-color: rgb(180,97,224); }
td.TdClassName
{
border-color: #B461E0;
}
.TagClassName
{
border-color: #B461E0;
}
</style>