Shades of Medium Orchid #B671D9
Tints of Medium Orchid #B671D9
RGB
CMYK
RGB Variations
Color information
#B671D9 (or 0xB671D9) is known color: Medium Orchid. HEX triplet: B6, 71 and D9. RGB value is (182,113,217). Sum of RGB (Red+Green+Blue) = 182+113+217=512 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.55% from 512); Green value is 113 (44.53% from 255 or 22.07% from 512); Blue value is 217 (85.16% from 255 or 42.38% from 512); Max value from RGB is 217 - color contains mainly: blue. Hex color #B671D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B671D9 is #498E26. Grayscale: #919191. Windows color (decimal): -4820519 or 14250422. OLE color: 14250422.
HSL color Cylindrical-coordinate representation of color #B671D9: hue angle of 279.81º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B671D9 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 182 | 113 | 217 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.15 |
| HSL | 279.81º | 0.58% | 0.65% | - |
| HSV(B) | 279.81º | 0.48% | 0.85% | - |
| XYZ | 37.72 | 26.77 | 68.82 | - |
| YUV | 145.49 | 168.36 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 113 | 217 | 0.16 | 0.48 | 0 | 0.15 | 279.81 | 0.58 | 0.65 |
| Hex | B6 | 71 | D9 | 10 | 30 | 0 | F | 118 | 3A | 41 |
| Octal | 266 | 161 | 331 | 20 | 60 | 0 | 17 | 430 | 72 | 101 |
| Binary | 10110110 | 1110001 | 11011001 | 10000 | 110000 | 0 | 1111 | 100011000 | 111010 | 1000001 |
Color Harmonies of #B671D9
Complementary color
Monochromatic Colors of #B671D9
Black with #B671D9
Text Example
Text Example
White with #B671D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B671D9; }
p { color: rgb(182,113,217); }
H1.HeaderClassName
{
color: #B671D9;
}
.AnyTagClassName
{
color: #B671D9;
}
</style>
background-color css
<style>
a { background-color: #B671D9; }
a { background-color: rgb(182,113,217); }
div.DivClassName
{
background-color: #B671D9;
}
.BgClassName
{
background-color: #B671D9;
}
</style>
border-color css
<style>
span { border-color: #B671D9; }
span { border-color: rgb(182,113,217); }
td.TdClassName
{
border-color: #B671D9;
}
.TagClassName
{
border-color: #B671D9;
}
</style>