Shades of Medium Orchid #B64ECC
Tints of Medium Orchid #B64ECC
RGB
CMYK
RGB Variations
Color information
#B64ECC (or 0xB64ECC) is known color: Medium Orchid. HEX triplet: B6, 4E and CC. RGB value is (182,78,204). Sum of RGB (Red+Green+Blue) = 182+78+204=464 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.22% from 464); Green value is 78 (30.86% from 255 or 16.81% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #B64ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B64ECC is #49B133. Grayscale: #7B7B7B. Windows color (decimal): -4829492 or 13389494. OLE color: 13389494.
HSL color Cylindrical-coordinate representation of color #B64ECC: hue angle of 289.52º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B64ECC is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 182 | 78 | 204 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.2 |
| HSL | 289.52º | 0.55% | 0.55% | - |
| HSV(B) | 289.52º | 0.62% | 0.8% | - |
| XYZ | 32.91 | 19.75 | 59.2 | - |
| YUV | 123.46 | 173.46 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 78 | 204 | 0.11 | 0.62 | 0 | 0.2 | 289.52 | 0.55 | 0.55 |
| Hex | B6 | 4E | CC | B | 3E | 0 | 14 | 122 | 37 | 37 |
| Octal | 266 | 116 | 314 | 13 | 76 | 0 | 24 | 442 | 67 | 67 |
| Binary | 10110110 | 1001110 | 11001100 | 1011 | 111110 | 0 | 10100 | 100100010 | 110111 | 110111 |
Color Harmonies of #B64ECC
Complementary color
Monochromatic Colors of #B64ECC
Black with #B64ECC
Text Example
Text Example
White with #B64ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64ECC; }
p { color: rgb(182,78,204); }
H1.HeaderClassName
{
color: #B64ECC;
}
.AnyTagClassName
{
color: #B64ECC;
}
</style>
background-color css
<style>
a { background-color: #B64ECC; }
a { background-color: rgb(182,78,204); }
div.DivClassName
{
background-color: #B64ECC;
}
.BgClassName
{
background-color: #B64ECC;
}
</style>
border-color css
<style>
span { border-color: #B64ECC; }
span { border-color: rgb(182,78,204); }
td.TdClassName
{
border-color: #B64ECC;
}
.TagClassName
{
border-color: #B64ECC;
}
</style>