Shades of Medium Orchid #B46DD2
Tints of Medium Orchid #B46DD2
RGB
CMYK
RGB Variations
Color information
#B46DD2 (or 0xB46DD2) is known color: Medium Orchid. HEX triplet: B4, 6D and D2. RGB value is (180,109,210). Sum of RGB (Red+Green+Blue) = 180+109+210=499 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36.07% from 499); Green value is 109 (42.97% from 255 or 21.84% from 499); Blue value is 210 (82.42% from 255 or 42.08% from 499); Max value from RGB is 210 - color contains mainly: blue. Hex color #B46DD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46DD2 is #4B922D. Grayscale: #8D8D8D. Windows color (decimal): -4952622 or 13790644. OLE color: 13790644.
HSL color Cylindrical-coordinate representation of color #B46DD2: hue angle of 282.18º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B46DD2 is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 109 | 210 | - |
| CMYK | 0.14 | 0.48 | 0 | 0.18 |
| HSL | 282.18º | 0.53% | 0.63% | - |
| HSV(B) | 282.18º | 0.48% | 0.82% | - |
| XYZ | 35.92 | 25.29 | 63.96 | - |
| YUV | 141.74 | 166.52 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 109 | 210 | 0.14 | 0.48 | 0 | 0.18 | 282.18 | 0.53 | 0.63 |
| Hex | B4 | 6D | D2 | E | 30 | 0 | 12 | 11A | 35 | 3F |
| Octal | 264 | 155 | 322 | 16 | 60 | 0 | 22 | 432 | 65 | 77 |
| Binary | 10110100 | 1101101 | 11010010 | 1110 | 110000 | 0 | 10010 | 100011010 | 110101 | 111111 |
Color Harmonies of #B46DD2
Complementary color
Monochromatic Colors of #B46DD2
Black with #B46DD2
Text Example
Text Example
White with #B46DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46DD2; }
p { color: rgb(180,109,210); }
H1.HeaderClassName
{
color: #B46DD2;
}
.AnyTagClassName
{
color: #B46DD2;
}
</style>
background-color css
<style>
a { background-color: #B46DD2; }
a { background-color: rgb(180,109,210); }
div.DivClassName
{
background-color: #B46DD2;
}
.BgClassName
{
background-color: #B46DD2;
}
</style>
border-color css
<style>
span { border-color: #B46DD2; }
span { border-color: rgb(180,109,210); }
td.TdClassName
{
border-color: #B46DD2;
}
.TagClassName
{
border-color: #B46DD2;
}
</style>