Shades of Medium Orchid #B640C9
Tints of Medium Orchid #B640C9
RGB
CMYK
RGB Variations
Color information
#B640C9 (or 0xB640C9) is known color: Medium Orchid. HEX triplet: B6, 40 and C9. RGB value is (182,64,201). Sum of RGB (Red+Green+Blue) = 182+64+201=447 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.72% from 447); Green value is 64 (25.39% from 255 or 14.32% from 447); Blue value is 201 (78.91% from 255 or 44.97% from 447); Max value from RGB is 201 - color contains mainly: blue. Hex color #B640C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B640C9 is #49BF36. Grayscale: #727272. Windows color (decimal): -4833079 or 13189302. OLE color: 13189302.
HSL color Cylindrical-coordinate representation of color #B640C9: hue angle of 291.68º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B640C9 is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 182 | 64 | 201 | - |
| CMYK | 0.09 | 0.68 | 0 | 0.21 |
| HSL | 291.68º | 0.56% | 0.52% | - |
| HSV(B) | 291.68º | 0.68% | 0.79% | - |
| XYZ | 31.67 | 17.83 | 57.03 | - |
| YUV | 114.9 | 176.59 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 64 | 201 | 0.09 | 0.68 | 0 | 0.21 | 291.68 | 0.56 | 0.52 |
| Hex | B6 | 40 | C9 | 9 | 44 | 0 | 15 | 124 | 38 | 34 |
| Octal | 266 | 100 | 311 | 11 | 104 | 0 | 25 | 444 | 70 | 64 |
| Binary | 10110110 | 1000000 | 11001001 | 1001 | 1000100 | 0 | 10101 | 100100100 | 111000 | 110100 |
Color Harmonies of #B640C9
Complementary color
Monochromatic Colors of #B640C9
Black with #B640C9
Text Example
Text Example
White with #B640C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B640C9; }
p { color: rgb(182,64,201); }
H1.HeaderClassName
{
color: #B640C9;
}
.AnyTagClassName
{
color: #B640C9;
}
</style>
background-color css
<style>
a { background-color: #B640C9; }
a { background-color: rgb(182,64,201); }
div.DivClassName
{
background-color: #B640C9;
}
.BgClassName
{
background-color: #B640C9;
}
</style>
border-color css
<style>
span { border-color: #B640C9; }
span { border-color: rgb(182,64,201); }
td.TdClassName
{
border-color: #B640C9;
}
.TagClassName
{
border-color: #B640C9;
}
</style>