Shades of Medium Orchid #B646C9
Tints of Medium Orchid #B646C9
RGB
CMYK
RGB Variations
Color information
#B646C9 (or 0xB646C9) is known color: Medium Orchid. HEX triplet: B6, 46 and C9. RGB value is (182,70,201). Sum of RGB (Red+Green+Blue) = 182+70+201=453 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.18% from 453); Green value is 70 (27.73% from 255 or 15.45% from 453); Blue value is 201 (78.91% from 255 or 44.37% from 453); Max value from RGB is 201 - color contains mainly: blue. Hex color #B646C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B646C9 is #49B936. Grayscale: #767676. Windows color (decimal): -4831543 or 13190838. OLE color: 13190838.
HSL color Cylindrical-coordinate representation of color #B646C9: hue angle of 291.3º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B646C9 is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 182 | 70 | 201 | - |
| CMYK | 0.09 | 0.65 | 0 | 0.21 |
| HSL | 291.3º | 0.55% | 0.53% | - |
| HSV(B) | 291.3º | 0.65% | 0.79% | - |
| XYZ | 32.02 | 18.54 | 57.15 | - |
| YUV | 118.42 | 174.61 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 70 | 201 | 0.09 | 0.65 | 0 | 0.21 | 291.3 | 0.55 | 0.53 |
| Hex | B6 | 46 | C9 | 9 | 41 | 0 | 15 | 123 | 37 | 35 |
| Octal | 266 | 106 | 311 | 11 | 101 | 0 | 25 | 443 | 67 | 65 |
| Binary | 10110110 | 1000110 | 11001001 | 1001 | 1000001 | 0 | 10101 | 100100011 | 110111 | 110101 |
Color Harmonies of #B646C9
Complementary color
Monochromatic Colors of #B646C9
Black with #B646C9
Text Example
Text Example
White with #B646C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B646C9; }
p { color: rgb(182,70,201); }
H1.HeaderClassName
{
color: #B646C9;
}
.AnyTagClassName
{
color: #B646C9;
}
</style>
background-color css
<style>
a { background-color: #B646C9; }
a { background-color: rgb(182,70,201); }
div.DivClassName
{
background-color: #B646C9;
}
.BgClassName
{
background-color: #B646C9;
}
</style>
border-color css
<style>
span { border-color: #B646C9; }
span { border-color: rgb(182,70,201); }
td.TdClassName
{
border-color: #B646C9;
}
.TagClassName
{
border-color: #B646C9;
}
</style>