Shades of Medium Orchid #B64AD1
Tints of Medium Orchid #B64AD1
RGB
CMYK
RGB Variations
Color information
#B64AD1 (or 0xB64AD1) is known color: Medium Orchid. HEX triplet: B6, 4A and D1. RGB value is (182,74,209). Sum of RGB (Red+Green+Blue) = 182+74+209=465 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.14% from 465); Green value is 74 (29.30% from 255 or 15.91% from 465); Blue value is 209 (82.03% from 255 or 44.95% from 465); Max value from RGB is 209 - color contains mainly: blue. Hex color #B64AD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B64AD1 is #49B52E. Grayscale: #797979. Windows color (decimal): -4830511 or 13716150. OLE color: 13716150.
HSL color Cylindrical-coordinate representation of color #B64AD1: hue angle of 288º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B64AD1 is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 182 | 74 | 209 | - |
| CMYK | 0.13 | 0.65 | 0 | 0.18 |
| HSL | 288º | 0.59% | 0.55% | - |
| HSV(B) | 288º | 0.65% | 0.82% | - |
| XYZ | 33.25 | 19.45 | 62.32 | - |
| YUV | 121.68 | 177.28 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 74 | 209 | 0.13 | 0.65 | 0 | 0.18 | 288 | 0.59 | 0.55 |
| Hex | B6 | 4A | D1 | D | 41 | 0 | 12 | 120 | 3B | 37 |
| Octal | 266 | 112 | 321 | 15 | 101 | 0 | 22 | 440 | 73 | 67 |
| Binary | 10110110 | 1001010 | 11010001 | 1101 | 1000001 | 0 | 10010 | 100100000 | 111011 | 110111 |
Color Harmonies of #B64AD1
Complementary color
Monochromatic Colors of #B64AD1
Black with #B64AD1
Text Example
Text Example
White with #B64AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64AD1; }
p { color: rgb(182,74,209); }
H1.HeaderClassName
{
color: #B64AD1;
}
.AnyTagClassName
{
color: #B64AD1;
}
</style>
background-color css
<style>
a { background-color: #B64AD1; }
a { background-color: rgb(182,74,209); }
div.DivClassName
{
background-color: #B64AD1;
}
.BgClassName
{
background-color: #B64AD1;
}
</style>
border-color css
<style>
span { border-color: #B64AD1; }
span { border-color: rgb(182,74,209); }
td.TdClassName
{
border-color: #B64AD1;
}
.TagClassName
{
border-color: #B64AD1;
}
</style>