Shades of Medium Orchid #B466FA
Tints of Medium Orchid #B466FA
RGB
CMYK
RGB Variations
Color information
#B466FA (or 0xB466FA) is known color: Medium Orchid. HEX triplet: B4, 66 and FA. RGB value is (180,102,250). Sum of RGB (Red+Green+Blue) = 180+102+250=532 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.83% from 532); Green value is 102 (40.23% from 255 or 19.17% from 532); Blue value is 250 (98.05% from 255 or 46.99% from 532); Max value from RGB is 250 - color contains mainly: blue. Hex color #B466FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B466FA is #4B9905. Grayscale: #8D8D8D. Windows color (decimal): -4954374 or 16410292. OLE color: 16410292.
HSL color Cylindrical-coordinate representation of color #B466FA: hue angle of 271.62º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B466FA is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 102 | 250 | - |
| CMYK | 0.28 | 0.59 | 0 | 0.02 |
| HSL | 271.62º | 0.94% | 0.69% | - |
| HSV(B) | 271.62º | 0.59% | 0.98% | - |
| XYZ | 40.83 | 26.11 | 93.33 | - |
| YUV | 142.19 | 188.84 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 102 | 250 | 0.28 | 0.59 | 0 | 0.02 | 271.62 | 0.94 | 0.69 |
| Hex | B4 | 66 | FA | 1C | 3B | 0 | 2 | 110 | 5E | 45 |
| Octal | 264 | 146 | 372 | 34 | 73 | 0 | 2 | 420 | 136 | 105 |
| Binary | 10110100 | 1100110 | 11111010 | 11100 | 111011 | 0 | 10 | 100010000 | 1011110 | 1000101 |
Color Harmonies of #B466FA
Complementary color
Monochromatic Colors of #B466FA
Black with #B466FA
Text Example
Text Example
White with #B466FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B466FA; }
p { color: rgb(180,102,250); }
H1.HeaderClassName
{
color: #B466FA;
}
.AnyTagClassName
{
color: #B466FA;
}
</style>
background-color css
<style>
a { background-color: #B466FA; }
a { background-color: rgb(180,102,250); }
div.DivClassName
{
background-color: #B466FA;
}
.BgClassName
{
background-color: #B466FA;
}
</style>
border-color css
<style>
span { border-color: #B466FA; }
span { border-color: rgb(180,102,250); }
td.TdClassName
{
border-color: #B466FA;
}
.TagClassName
{
border-color: #B466FA;
}
</style>