Shades of Medium Orchid #B464E7
Tints of Medium Orchid #B464E7
RGB
CMYK
RGB Variations
Color information
#B464E7 (or 0xB464E7) is known color: Medium Orchid. HEX triplet: B4, 64 and E7. RGB value is (180,100,231). Sum of RGB (Red+Green+Blue) = 180+100+231=511 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.23% from 511); Green value is 100 (39.45% from 255 or 19.57% from 511); Blue value is 231 (90.62% from 255 or 45.21% from 511); Max value from RGB is 231 - color contains mainly: blue. Hex color #B464E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B464E7 is #4B9B18. Grayscale: #8A8A8A. Windows color (decimal): -4954905 or 15164596. OLE color: 15164596.
HSL color Cylindrical-coordinate representation of color #B464E7: hue angle of 276.64º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B464E7 is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 100 | 231 | - |
| CMYK | 0.22 | 0.57 | 0 | 0.09 |
| HSL | 276.64º | 0.73% | 0.65% | - |
| HSV(B) | 276.64º | 0.57% | 0.91% | - |
| XYZ | 37.8 | 24.59 | 78.35 | - |
| YUV | 138.85 | 180 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 100 | 231 | 0.22 | 0.57 | 0 | 0.09 | 276.64 | 0.73 | 0.65 |
| Hex | B4 | 64 | E7 | 16 | 39 | 0 | 9 | 115 | 49 | 41 |
| Octal | 264 | 144 | 347 | 26 | 71 | 0 | 11 | 425 | 111 | 101 |
| Binary | 10110100 | 1100100 | 11100111 | 10110 | 111001 | 0 | 1001 | 100010101 | 1001001 | 1000001 |
Color Harmonies of #B464E7
Complementary color
Monochromatic Colors of #B464E7
Black with #B464E7
Text Example
Text Example
White with #B464E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B464E7; }
p { color: rgb(180,100,231); }
H1.HeaderClassName
{
color: #B464E7;
}
.AnyTagClassName
{
color: #B464E7;
}
</style>
background-color css
<style>
a { background-color: #B464E7; }
a { background-color: rgb(180,100,231); }
div.DivClassName
{
background-color: #B464E7;
}
.BgClassName
{
background-color: #B464E7;
}
</style>
border-color css
<style>
span { border-color: #B464E7; }
span { border-color: rgb(180,100,231); }
td.TdClassName
{
border-color: #B464E7;
}
.TagClassName
{
border-color: #B464E7;
}
</style>