Shades of Medium Orchid #B640C7
Tints of Medium Orchid #B640C7
RGB
CMYK
RGB Variations
Color information
#B640C7 (or 0xB640C7) is known color: Medium Orchid. HEX triplet: B6, 40 and C7. RGB value is (182,64,199). Sum of RGB (Red+Green+Blue) = 182+64+199=445 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.90% from 445); Green value is 64 (25.39% from 255 or 14.38% from 445); Blue value is 199 (78.12% from 255 or 44.72% from 445); Max value from RGB is 199 - color contains mainly: blue. Hex color #B640C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B640C7 is #49BF38. Grayscale: #727272. Windows color (decimal): -4833081 or 13058230. OLE color: 13058230.
HSL color Cylindrical-coordinate representation of color #B640C7: hue angle of 292.44º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B640C7 is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 182 | 64 | 199 | - |
| CMYK | 0.09 | 0.68 | 0 | 0.22 |
| HSL | 292.44º | 0.55% | 0.52% | - |
| HSV(B) | 292.44º | 0.68% | 0.78% | - |
| XYZ | 31.43 | 17.74 | 55.8 | - |
| YUV | 114.67 | 175.59 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 64 | 199 | 0.09 | 0.68 | 0 | 0.22 | 292.44 | 0.55 | 0.52 |
| Hex | B6 | 40 | C7 | 9 | 44 | 0 | 16 | 124 | 37 | 34 |
| Octal | 266 | 100 | 307 | 11 | 104 | 0 | 26 | 444 | 67 | 64 |
| Binary | 10110110 | 1000000 | 11000111 | 1001 | 1000100 | 0 | 10110 | 100100100 | 110111 | 110100 |
Color Harmonies of #B640C7
Complementary color
Monochromatic Colors of #B640C7
Black with #B640C7
Text Example
Text Example
White with #B640C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B640C7; }
p { color: rgb(182,64,199); }
H1.HeaderClassName
{
color: #B640C7;
}
.AnyTagClassName
{
color: #B640C7;
}
</style>
background-color css
<style>
a { background-color: #B640C7; }
a { background-color: rgb(182,64,199); }
div.DivClassName
{
background-color: #B640C7;
}
.BgClassName
{
background-color: #B640C7;
}
</style>
border-color css
<style>
span { border-color: #B640C7; }
span { border-color: rgb(182,64,199); }
td.TdClassName
{
border-color: #B640C7;
}
.TagClassName
{
border-color: #B640C7;
}
</style>