Shades of Medium Orchid #B640D1
Tints of Medium Orchid #B640D1
RGB
CMYK
RGB Variations
Color information
#B640D1 (or 0xB640D1) is known color: Medium Orchid. HEX triplet: B6, 40 and D1. RGB value is (182,64,209). Sum of RGB (Red+Green+Blue) = 182+64+209=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 64 (25.39% from 255 or 14.07% from 455); Blue value is 209 (82.03% from 255 or 45.93% from 455); Max value from RGB is 209 - color contains mainly: blue. Hex color #B640D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B640D1 is #49BF2E. Grayscale: #737373. Windows color (decimal): -4833071 or 13713590. OLE color: 13713590.
HSL color Cylindrical-coordinate representation of color #B640D1: hue angle of 288.83º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B640D1 is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 182 | 64 | 209 | - |
| CMYK | 0.13 | 0.69 | 0 | 0.18 |
| HSL | 288.83º | 0.61% | 0.54% | - |
| HSV(B) | 288.83º | 0.69% | 0.82% | - |
| XYZ | 32.63 | 18.22 | 62.12 | - |
| YUV | 115.81 | 180.59 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 64 | 209 | 0.13 | 0.69 | 0 | 0.18 | 288.83 | 0.61 | 0.54 |
| Hex | B6 | 40 | D1 | D | 45 | 0 | 12 | 121 | 3D | 36 |
| Octal | 266 | 100 | 321 | 15 | 105 | 0 | 22 | 441 | 75 | 66 |
| Binary | 10110110 | 1000000 | 11010001 | 1101 | 1000101 | 0 | 10010 | 100100001 | 111101 | 110110 |
Color Harmonies of #B640D1
Complementary color
Monochromatic Colors of #B640D1
Black with #B640D1
Text Example
Text Example
White with #B640D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B640D1; }
p { color: rgb(182,64,209); }
H1.HeaderClassName
{
color: #B640D1;
}
.AnyTagClassName
{
color: #B640D1;
}
</style>
background-color css
<style>
a { background-color: #B640D1; }
a { background-color: rgb(182,64,209); }
div.DivClassName
{
background-color: #B640D1;
}
.BgClassName
{
background-color: #B640D1;
}
</style>
border-color css
<style>
span { border-color: #B640D1; }
span { border-color: rgb(182,64,209); }
td.TdClassName
{
border-color: #B640D1;
}
.TagClassName
{
border-color: #B640D1;
}
</style>