Shades of Medium Orchid #B64CDD
Tints of Medium Orchid #B64CDD
RGB
CMYK
RGB Variations
Color information
#B64CDD (or 0xB64CDD) is known color: Medium Orchid. HEX triplet: B6, 4C and DD. RGB value is (182,76,221). Sum of RGB (Red+Green+Blue) = 182+76+221=479 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.00% from 479); Green value is 76 (30.08% from 255 or 15.87% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #B64CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B64CDD is #49B322. Grayscale: #7B7B7B. Windows color (decimal): -4829987 or 14503094. OLE color: 14503094.
HSL color Cylindrical-coordinate representation of color #B64CDD: hue angle of 283.86º 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 #B64CDD is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 76 | 221 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.13 |
| HSL | 283.86º | 0.68% | 0.58% | - |
| HSV(B) | 283.86º | 0.66% | 0.87% | - |
| XYZ | 34.93 | 20.33 | 70.49 | - |
| YUV | 124.22 | 182.62 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 76 | 221 | 0.18 | 0.66 | 0 | 0.13 | 283.86 | 0.68 | 0.58 |
| Hex | B6 | 4C | DD | 12 | 42 | 0 | D | 11C | 44 | 3A |
| Octal | 266 | 114 | 335 | 22 | 102 | 0 | 15 | 434 | 104 | 72 |
| Binary | 10110110 | 1001100 | 11011101 | 10010 | 1000010 | 0 | 1101 | 100011100 | 1000100 | 111010 |
Color Harmonies of #B64CDD
Complementary color
Monochromatic Colors of #B64CDD
Black with #B64CDD
Text Example
Text Example
White with #B64CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64CDD; }
p { color: rgb(182,76,221); }
H1.HeaderClassName
{
color: #B64CDD;
}
.AnyTagClassName
{
color: #B64CDD;
}
</style>
background-color css
<style>
a { background-color: #B64CDD; }
a { background-color: rgb(182,76,221); }
div.DivClassName
{
background-color: #B64CDD;
}
.BgClassName
{
background-color: #B64CDD;
}
</style>
border-color css
<style>
span { border-color: #B64CDD; }
span { border-color: rgb(182,76,221); }
td.TdClassName
{
border-color: #B64CDD;
}
.TagClassName
{
border-color: #B64CDD;
}
</style>