Shades of Medium Orchid #B46CDA
Tints of Medium Orchid #B46CDA
RGB
CMYK
RGB Variations
Color information
#B46CDA (or 0xB46CDA) is known color: Medium Orchid. HEX triplet: B4, 6C and DA. RGB value is (180,108,218). Sum of RGB (Red+Green+Blue) = 180+108+218=506 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.57% from 506); Green value is 108 (42.58% from 255 or 21.34% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #B46CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46CDA is #4B9325. Grayscale: #8D8D8D. Windows color (decimal): -4952870 or 14314676. OLE color: 14314676.
HSL color Cylindrical-coordinate representation of color #B46CDA: hue angle of 279.27º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B46CDA is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 108 | 218 | - |
| CMYK | 0.17 | 0.50 | 0 | 0.15 |
| HSL | 279.27º | 0.6% | 0.64% | - |
| HSV(B) | 279.27º | 0.5% | 0.85% | - |
| XYZ | 36.84 | 25.49 | 69.31 | - |
| YUV | 142.07 | 170.85 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 108 | 218 | 0.17 | 0.50 | 0 | 0.15 | 279.27 | 0.6 | 0.64 |
| Hex | B4 | 6C | DA | 11 | 32 | 0 | F | 117 | 3C | 40 |
| Octal | 264 | 154 | 332 | 21 | 62 | 0 | 17 | 427 | 74 | 100 |
| Binary | 10110100 | 1101100 | 11011010 | 10001 | 110010 | 0 | 1111 | 100010111 | 111100 | 1000000 |
Color Harmonies of #B46CDA
Complementary color
Monochromatic Colors of #B46CDA
Black with #B46CDA
Text Example
Text Example
White with #B46CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46CDA; }
p { color: rgb(180,108,218); }
H1.HeaderClassName
{
color: #B46CDA;
}
.AnyTagClassName
{
color: #B46CDA;
}
</style>
background-color css
<style>
a { background-color: #B46CDA; }
a { background-color: rgb(180,108,218); }
div.DivClassName
{
background-color: #B46CDA;
}
.BgClassName
{
background-color: #B46CDA;
}
</style>
border-color css
<style>
span { border-color: #B46CDA; }
span { border-color: rgb(180,108,218); }
td.TdClassName
{
border-color: #B46CDA;
}
.TagClassName
{
border-color: #B46CDA;
}
</style>