Shades of Medium Orchid #B46FE3
Tints of Medium Orchid #B46FE3
RGB
CMYK
RGB Variations
Color information
#B46FE3 (or 0xB46FE3) is known color: Medium Orchid. HEX triplet: B4, 6F and E3. RGB value is (180,111,227). Sum of RGB (Red+Green+Blue) = 180+111+227=518 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.75% from 518); Green value is 111 (43.75% from 255 or 21.43% from 518); Blue value is 227 (89.06% from 255 or 43.82% from 518); Max value from RGB is 227 - color contains mainly: blue. Hex color #B46FE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46FE3 is #4B901C. Grayscale: #909090. Windows color (decimal): -4952093 or 14905268. OLE color: 14905268.
HSL color Cylindrical-coordinate representation of color #B46FE3: hue angle of 275.69º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B46FE3 is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 180 | 111 | 227 | - |
| CMYK | 0.21 | 0.51 | 0 | 0.11 |
| HSL | 275.69º | 0.67% | 0.66% | - |
| HSV(B) | 275.69º | 0.51% | 0.89% | - |
| XYZ | 38.37 | 26.62 | 75.79 | - |
| YUV | 144.86 | 174.36 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 111 | 227 | 0.21 | 0.51 | 0 | 0.11 | 275.69 | 0.67 | 0.66 |
| Hex | B4 | 6F | E3 | 15 | 33 | 0 | B | 114 | 43 | 42 |
| Octal | 264 | 157 | 343 | 25 | 63 | 0 | 13 | 424 | 103 | 102 |
| Binary | 10110100 | 1101111 | 11100011 | 10101 | 110011 | 0 | 1011 | 100010100 | 1000011 | 1000010 |
Color Harmonies of #B46FE3
Complementary color
Monochromatic Colors of #B46FE3
Black with #B46FE3
Text Example
Text Example
White with #B46FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46FE3; }
p { color: rgb(180,111,227); }
H1.HeaderClassName
{
color: #B46FE3;
}
.AnyTagClassName
{
color: #B46FE3;
}
</style>
background-color css
<style>
a { background-color: #B46FE3; }
a { background-color: rgb(180,111,227); }
div.DivClassName
{
background-color: #B46FE3;
}
.BgClassName
{
background-color: #B46FE3;
}
</style>
border-color css
<style>
span { border-color: #B46FE3; }
span { border-color: rgb(180,111,227); }
td.TdClassName
{
border-color: #B46FE3;
}
.TagClassName
{
border-color: #B46FE3;
}
</style>