Shades of Medium Orchid #B46FE9
Tints of Medium Orchid #B46FE9
RGB
CMYK
RGB Variations
Color information
#B46FE9 (or 0xB46FE9) is known color: Medium Orchid. HEX triplet: B4, 6F and E9. RGB value is (180,111,233). Sum of RGB (Red+Green+Blue) = 180+111+233=524 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.35% from 524); Green value is 111 (43.75% from 255 or 21.18% from 524); Blue value is 233 (91.41% from 255 or 44.47% from 524); Max value from RGB is 233 - color contains mainly: blue. Hex color #B46FE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B46FE9 is #4B9016. Grayscale: #919191. Windows color (decimal): -4952087 or 15298484. OLE color: 15298484.
HSL color Cylindrical-coordinate representation of color #B46FE9: hue angle of 273.93º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B46FE9 is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 111 | 233 | - |
| CMYK | 0.23 | 0.52 | 0 | 0.09 |
| HSL | 273.93º | 0.73% | 0.67% | - |
| HSV(B) | 273.93º | 0.52% | 0.91% | - |
| XYZ | 39.21 | 26.96 | 80.23 | - |
| YUV | 145.54 | 177.36 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 111 | 233 | 0.23 | 0.52 | 0 | 0.09 | 273.93 | 0.73 | 0.67 |
| Hex | B4 | 6F | E9 | 17 | 34 | 0 | 9 | 112 | 49 | 43 |
| Octal | 264 | 157 | 351 | 27 | 64 | 0 | 11 | 422 | 111 | 103 |
| Binary | 10110100 | 1101111 | 11101001 | 10111 | 110100 | 0 | 1001 | 100010010 | 1001001 | 1000011 |
Color Harmonies of #B46FE9
Complementary color
Monochromatic Colors of #B46FE9
Black with #B46FE9
Text Example
Text Example
White with #B46FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46FE9; }
p { color: rgb(180,111,233); }
H1.HeaderClassName
{
color: #B46FE9;
}
.AnyTagClassName
{
color: #B46FE9;
}
</style>
background-color css
<style>
a { background-color: #B46FE9; }
a { background-color: rgb(180,111,233); }
div.DivClassName
{
background-color: #B46FE9;
}
.BgClassName
{
background-color: #B46FE9;
}
</style>
border-color css
<style>
span { border-color: #B46FE9; }
span { border-color: rgb(180,111,233); }
td.TdClassName
{
border-color: #B46FE9;
}
.TagClassName
{
border-color: #B46FE9;
}
</style>