Shades of Medium Orchid #B46CE9
Tints of Medium Orchid #B46CE9
RGB
CMYK
RGB Variations
Color information
#B46CE9 (or 0xB46CE9) is known color: Medium Orchid. HEX triplet: B4, 6C and E9. RGB value is (180,108,233). Sum of RGB (Red+Green+Blue) = 180+108+233=521 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.55% from 521); Green value is 108 (42.58% from 255 or 20.73% from 521); Blue value is 233 (91.41% from 255 or 44.72% from 521); Max value from RGB is 233 - color contains mainly: blue. Hex color #B46CE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B46CE9 is #4B9316. Grayscale: #8F8F8F. Windows color (decimal): -4952855 or 15297716. OLE color: 15297716.
HSL color Cylindrical-coordinate representation of color #B46CE9: hue angle of 274.56º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B46CE9 is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 108 | 233 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.09 |
| HSL | 274.56º | 0.74% | 0.67% | - |
| HSV(B) | 274.56º | 0.54% | 0.91% | - |
| XYZ | 38.89 | 26.31 | 80.12 | - |
| YUV | 143.78 | 178.35 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 108 | 233 | 0.23 | 0.54 | 0 | 0.09 | 274.56 | 0.74 | 0.67 |
| Hex | B4 | 6C | E9 | 17 | 36 | 0 | 9 | 113 | 4A | 43 |
| Octal | 264 | 154 | 351 | 27 | 66 | 0 | 11 | 423 | 112 | 103 |
| Binary | 10110100 | 1101100 | 11101001 | 10111 | 110110 | 0 | 1001 | 100010011 | 1001010 | 1000011 |
Color Harmonies of #B46CE9
Complementary color
Monochromatic Colors of #B46CE9
Black with #B46CE9
Text Example
Text Example
White with #B46CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46CE9; }
p { color: rgb(180,108,233); }
H1.HeaderClassName
{
color: #B46CE9;
}
.AnyTagClassName
{
color: #B46CE9;
}
</style>
background-color css
<style>
a { background-color: #B46CE9; }
a { background-color: rgb(180,108,233); }
div.DivClassName
{
background-color: #B46CE9;
}
.BgClassName
{
background-color: #B46CE9;
}
</style>
border-color css
<style>
span { border-color: #B46CE9; }
span { border-color: rgb(180,108,233); }
td.TdClassName
{
border-color: #B46CE9;
}
.TagClassName
{
border-color: #B46CE9;
}
</style>