Shades of Medium Orchid #B464F7
Tints of Medium Orchid #B464F7
RGB
CMYK
RGB Variations
Color information
#B464F7 (or 0xB464F7) is known color: Medium Orchid. HEX triplet: B4, 64 and F7. RGB value is (180,100,247). Sum of RGB (Red+Green+Blue) = 180+100+247=527 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.16% from 527); Green value is 100 (39.45% from 255 or 18.98% from 527); Blue value is 247 (96.88% from 255 or 46.87% from 527); Max value from RGB is 247 - color contains mainly: blue. Hex color #B464F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B464F7 is #4B9B08. Grayscale: #8C8C8C. Windows color (decimal): -4954889 or 16213172. OLE color: 16213172.
HSL color Cylindrical-coordinate representation of color #B464F7: hue angle of 272.65º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B464F7 is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 180 | 100 | 247 | - |
| CMYK | 0.27 | 0.60 | 0 | 0.03 |
| HSL | 272.65º | 0.9% | 0.68% | - |
| HSV(B) | 272.65º | 0.6% | 0.97% | - |
| XYZ | 40.17 | 25.53 | 90.81 | - |
| YUV | 140.68 | 188 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 100 | 247 | 0.27 | 0.60 | 0 | 0.03 | 272.65 | 0.9 | 0.68 |
| Hex | B4 | 64 | F7 | 1B | 3C | 0 | 3 | 111 | 5A | 44 |
| Octal | 264 | 144 | 367 | 33 | 74 | 0 | 3 | 421 | 132 | 104 |
| Binary | 10110100 | 1100100 | 11110111 | 11011 | 111100 | 0 | 11 | 100010001 | 1011010 | 1000100 |
Color Harmonies of #B464F7
Complementary color
Monochromatic Colors of #B464F7
Black with #B464F7
Text Example
Text Example
White with #B464F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B464F7; }
p { color: rgb(180,100,247); }
H1.HeaderClassName
{
color: #B464F7;
}
.AnyTagClassName
{
color: #B464F7;
}
</style>
background-color css
<style>
a { background-color: #B464F7; }
a { background-color: rgb(180,100,247); }
div.DivClassName
{
background-color: #B464F7;
}
.BgClassName
{
background-color: #B464F7;
}
</style>
border-color css
<style>
span { border-color: #B464F7; }
span { border-color: rgb(180,100,247); }
td.TdClassName
{
border-color: #B464F7;
}
.TagClassName
{
border-color: #B464F7;
}
</style>