Shades of Medium Orchid #B640D2
Tints of Medium Orchid #B640D2
RGB
CMYK
RGB Variations
Color information
#B640D2 (or 0xB640D2) is known color: Medium Orchid. HEX triplet: B6, 40 and D2. RGB value is (182,64,210). Sum of RGB (Red+Green+Blue) = 182+64+210=456 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.91% from 456); Green value is 64 (25.39% from 255 or 14.04% from 456); Blue value is 210 (82.42% from 255 or 46.05% from 456); Max value from RGB is 210 - color contains mainly: blue. Hex color #B640D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B640D2 is #49BF2D. Grayscale: #737373. Windows color (decimal): -4833070 or 13779126. OLE color: 13779126.
HSL color Cylindrical-coordinate representation of color #B640D2: hue angle of 288.49º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B640D2 is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 182 | 64 | 210 | - |
| CMYK | 0.13 | 0.70 | 0 | 0.18 |
| HSL | 288.49º | 0.62% | 0.54% | - |
| HSV(B) | 288.49º | 0.7% | 0.82% | - |
| XYZ | 32.76 | 18.27 | 62.77 | - |
| YUV | 115.93 | 181.09 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 64 | 210 | 0.13 | 0.70 | 0 | 0.18 | 288.49 | 0.62 | 0.54 |
| Hex | B6 | 40 | D2 | D | 46 | 0 | 12 | 120 | 3E | 36 |
| Octal | 266 | 100 | 322 | 15 | 106 | 0 | 22 | 440 | 76 | 66 |
| Binary | 10110110 | 1000000 | 11010010 | 1101 | 1000110 | 0 | 10010 | 100100000 | 111110 | 110110 |
Color Harmonies of #B640D2
Complementary color
Monochromatic Colors of #B640D2
Black with #B640D2
Text Example
Text Example
White with #B640D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B640D2; }
p { color: rgb(182,64,210); }
H1.HeaderClassName
{
color: #B640D2;
}
.AnyTagClassName
{
color: #B640D2;
}
</style>
background-color css
<style>
a { background-color: #B640D2; }
a { background-color: rgb(182,64,210); }
div.DivClassName
{
background-color: #B640D2;
}
.BgClassName
{
background-color: #B640D2;
}
</style>
border-color css
<style>
span { border-color: #B640D2; }
span { border-color: rgb(182,64,210); }
td.TdClassName
{
border-color: #B640D2;
}
.TagClassName
{
border-color: #B640D2;
}
</style>