Shades of Medium Orchid #B46DE5
Tints of Medium Orchid #B46DE5
RGB
CMYK
RGB Variations
Color information
#B46DE5 (or 0xB46DE5) is known color: Medium Orchid. HEX triplet: B4, 6D and E5. RGB value is (180,109,229). Sum of RGB (Red+Green+Blue) = 180+109+229=518 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.75% from 518); Green value is 109 (42.97% from 255 or 21.04% from 518); Blue value is 229 (89.84% from 255 or 44.21% from 518); Max value from RGB is 229 - color contains mainly: blue. Hex color #B46DE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46DE5 is #4B921A. Grayscale: #8F8F8F. Windows color (decimal): -4952603 or 15035828. OLE color: 15035828.
HSL color Cylindrical-coordinate representation of color #B46DE5: hue angle of 275.5º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B46DE5 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 180 | 109 | 229 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.10 |
| HSL | 275.5º | 0.7% | 0.66% | - |
| HSV(B) | 275.5º | 0.52% | 0.9% | - |
| XYZ | 38.43 | 26.3 | 77.18 | - |
| YUV | 143.91 | 176.02 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 109 | 229 | 0.21 | 0.52 | 0 | 0.10 | 275.5 | 0.7 | 0.66 |
| Hex | B4 | 6D | E5 | 15 | 34 | 0 | A | 114 | 46 | 42 |
| Octal | 264 | 155 | 345 | 25 | 64 | 0 | 12 | 424 | 106 | 102 |
| Binary | 10110100 | 1101101 | 11100101 | 10101 | 110100 | 0 | 1010 | 100010100 | 1000110 | 1000010 |
Color Harmonies of #B46DE5
Complementary color
Monochromatic Colors of #B46DE5
Black with #B46DE5
Text Example
Text Example
White with #B46DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46DE5; }
p { color: rgb(180,109,229); }
H1.HeaderClassName
{
color: #B46DE5;
}
.AnyTagClassName
{
color: #B46DE5;
}
</style>
background-color css
<style>
a { background-color: #B46DE5; }
a { background-color: rgb(180,109,229); }
div.DivClassName
{
background-color: #B46DE5;
}
.BgClassName
{
background-color: #B46DE5;
}
</style>
border-color css
<style>
span { border-color: #B46DE5; }
span { border-color: rgb(180,109,229); }
td.TdClassName
{
border-color: #B46DE5;
}
.TagClassName
{
border-color: #B46DE5;
}
</style>