Shades of Medium Orchid #B64BDD
Tints of Medium Orchid #B64BDD
RGB
CMYK
RGB Variations
Color information
#B64BDD (or 0xB64BDD) is known color: Medium Orchid. HEX triplet: B6, 4B and DD. RGB value is (182,75,221). Sum of RGB (Red+Green+Blue) = 182+75+221=478 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.08% from 478); Green value is 75 (29.69% from 255 or 15.69% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #B64BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B64BDD is #49B422. Grayscale: #7B7B7B. Windows color (decimal): -4830243 or 14502838. OLE color: 14502838.
HSL color Cylindrical-coordinate representation of color #B64BDD: hue angle of 283.97º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B64BDD is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 75 | 221 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.13 |
| HSL | 283.97º | 0.68% | 0.58% | - |
| HSV(B) | 283.97º | 0.66% | 0.87% | - |
| XYZ | 34.86 | 20.2 | 70.47 | - |
| YUV | 123.64 | 182.95 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 75 | 221 | 0.18 | 0.66 | 0 | 0.13 | 283.97 | 0.68 | 0.58 |
| Hex | B6 | 4B | DD | 12 | 42 | 0 | D | 11C | 44 | 3A |
| Octal | 266 | 113 | 335 | 22 | 102 | 0 | 15 | 434 | 104 | 72 |
| Binary | 10110110 | 1001011 | 11011101 | 10010 | 1000010 | 0 | 1101 | 100011100 | 1000100 | 111010 |
Color Harmonies of #B64BDD
Complementary color
Monochromatic Colors of #B64BDD
Black with #B64BDD
Text Example
Text Example
White with #B64BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64BDD; }
p { color: rgb(182,75,221); }
H1.HeaderClassName
{
color: #B64BDD;
}
.AnyTagClassName
{
color: #B64BDD;
}
</style>
background-color css
<style>
a { background-color: #B64BDD; }
a { background-color: rgb(182,75,221); }
div.DivClassName
{
background-color: #B64BDD;
}
.BgClassName
{
background-color: #B64BDD;
}
</style>
border-color css
<style>
span { border-color: #B64BDD; }
span { border-color: rgb(182,75,221); }
td.TdClassName
{
border-color: #B64BDD;
}
.TagClassName
{
border-color: #B64BDD;
}
</style>