Shades of Medium Orchid #B640DD
Tints of Medium Orchid #B640DD
RGB
CMYK
RGB Variations
Color information
#B640DD (or 0xB640DD) is known color: Medium Orchid. HEX triplet: B6, 40 and DD. RGB value is (182,64,221). Sum of RGB (Red+Green+Blue) = 182+64+221=467 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.97% from 467); Green value is 64 (25.39% from 255 or 13.70% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #B640DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B640DD is #49BF22. Grayscale: #747474. Windows color (decimal): -4833059 or 14500022. OLE color: 14500022.
HSL color Cylindrical-coordinate representation of color #B640DD: hue angle of 285.1º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B640DD is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 64 | 221 | - |
| CMYK | 0.18 | 0.71 | 0 | 0.13 |
| HSL | 285.1º | 0.7% | 0.56% | - |
| HSV(B) | 285.1º | 0.71% | 0.87% | - |
| XYZ | 34.18 | 18.83 | 70.24 | - |
| YUV | 117.18 | 186.59 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 64 | 221 | 0.18 | 0.71 | 0 | 0.13 | 285.1 | 0.7 | 0.56 |
| Hex | B6 | 40 | DD | 12 | 47 | 0 | D | 11D | 46 | 38 |
| Octal | 266 | 100 | 335 | 22 | 107 | 0 | 15 | 435 | 106 | 70 |
| Binary | 10110110 | 1000000 | 11011101 | 10010 | 1000111 | 0 | 1101 | 100011101 | 1000110 | 111000 |
Color Harmonies of #B640DD
Complementary color
Monochromatic Colors of #B640DD
Black with #B640DD
Text Example
Text Example
White with #B640DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B640DD; }
p { color: rgb(182,64,221); }
H1.HeaderClassName
{
color: #B640DD;
}
.AnyTagClassName
{
color: #B640DD;
}
</style>
background-color css
<style>
a { background-color: #B640DD; }
a { background-color: rgb(182,64,221); }
div.DivClassName
{
background-color: #B640DD;
}
.BgClassName
{
background-color: #B640DD;
}
</style>
border-color css
<style>
span { border-color: #B640DD; }
span { border-color: rgb(182,64,221); }
td.TdClassName
{
border-color: #B640DD;
}
.TagClassName
{
border-color: #B640DD;
}
</style>