Shades of Medium Orchid #B640D8
Tints of Medium Orchid #B640D8
RGB
CMYK
RGB Variations
Color information
#B640D8 (or 0xB640D8) is known color: Medium Orchid. HEX triplet: B6, 40 and D8. RGB value is (182,64,216). Sum of RGB (Red+Green+Blue) = 182+64+216=462 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.39% from 462); Green value is 64 (25.39% from 255 or 13.85% from 462); Blue value is 216 (84.77% from 255 or 46.75% from 462); Max value from RGB is 216 - color contains mainly: blue. Hex color #B640D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B640D8 is #49BF27. Grayscale: #747474. Windows color (decimal): -4833064 or 14172342. OLE color: 14172342.
HSL color Cylindrical-coordinate representation of color #B640D8: hue angle of 286.58º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B640D8 is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 182 | 64 | 216 | - |
| CMYK | 0.16 | 0.70 | 0 | 0.15 |
| HSL | 286.58º | 0.66% | 0.55% | - |
| HSV(B) | 286.58º | 0.7% | 0.85% | - |
| XYZ | 33.52 | 18.57 | 66.78 | - |
| YUV | 116.61 | 184.09 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 64 | 216 | 0.16 | 0.70 | 0 | 0.15 | 286.58 | 0.66 | 0.55 |
| Hex | B6 | 40 | D8 | 10 | 46 | 0 | F | 11F | 42 | 37 |
| Octal | 266 | 100 | 330 | 20 | 106 | 0 | 17 | 437 | 102 | 67 |
| Binary | 10110110 | 1000000 | 11011000 | 10000 | 1000110 | 0 | 1111 | 100011111 | 1000010 | 110111 |
Color Harmonies of #B640D8
Complementary color
Monochromatic Colors of #B640D8
Black with #B640D8
Text Example
Text Example
White with #B640D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B640D8; }
p { color: rgb(182,64,216); }
H1.HeaderClassName
{
color: #B640D8;
}
.AnyTagClassName
{
color: #B640D8;
}
</style>
background-color css
<style>
a { background-color: #B640D8; }
a { background-color: rgb(182,64,216); }
div.DivClassName
{
background-color: #B640D8;
}
.BgClassName
{
background-color: #B640D8;
}
</style>
border-color css
<style>
span { border-color: #B640D8; }
span { border-color: rgb(182,64,216); }
td.TdClassName
{
border-color: #B640D8;
}
.TagClassName
{
border-color: #B640D8;
}
</style>