Shades of Medium Orchid #B466E7
Tints of Medium Orchid #B466E7
RGB
CMYK
RGB Variations
Color information
#B466E7 (or 0xB466E7) is known color: Medium Orchid. HEX triplet: B4, 66 and E7. RGB value is (180,102,231). Sum of RGB (Red+Green+Blue) = 180+102+231=513 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.09% from 513); Green value is 102 (40.23% from 255 or 19.88% from 513); Blue value is 231 (90.62% from 255 or 45.03% from 513); Max value from RGB is 231 - color contains mainly: blue. Hex color #B466E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B466E7 is #4B9918. Grayscale: #8B8B8B. Windows color (decimal): -4954393 or 15165108. OLE color: 15165108.
HSL color Cylindrical-coordinate representation of color #B466E7: hue angle of 276.28º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B466E7 is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 102 | 231 | - |
| CMYK | 0.22 | 0.56 | 0 | 0.09 |
| HSL | 276.28º | 0.73% | 0.65% | - |
| HSV(B) | 276.28º | 0.56% | 0.91% | - |
| XYZ | 38 | 24.98 | 78.42 | - |
| YUV | 140.03 | 179.34 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 102 | 231 | 0.22 | 0.56 | 0 | 0.09 | 276.28 | 0.73 | 0.65 |
| Hex | B4 | 66 | E7 | 16 | 38 | 0 | 9 | 114 | 49 | 41 |
| Octal | 264 | 146 | 347 | 26 | 70 | 0 | 11 | 424 | 111 | 101 |
| Binary | 10110100 | 1100110 | 11100111 | 10110 | 111000 | 0 | 1001 | 100010100 | 1001001 | 1000001 |
Color Harmonies of #B466E7
Complementary color
Monochromatic Colors of #B466E7
Black with #B466E7
Text Example
Text Example
White with #B466E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B466E7; }
p { color: rgb(180,102,231); }
H1.HeaderClassName
{
color: #B466E7;
}
.AnyTagClassName
{
color: #B466E7;
}
</style>
background-color css
<style>
a { background-color: #B466E7; }
a { background-color: rgb(180,102,231); }
div.DivClassName
{
background-color: #B466E7;
}
.BgClassName
{
background-color: #B466E7;
}
</style>
border-color css
<style>
span { border-color: #B466E7; }
span { border-color: rgb(180,102,231); }
td.TdClassName
{
border-color: #B466E7;
}
.TagClassName
{
border-color: #B466E7;
}
</style>