Shades of Medium Orchid #B64CCD
Tints of Medium Orchid #B64CCD
RGB
CMYK
RGB Variations
Color information
#B64CCD (or 0xB64CCD) is known color: Medium Orchid. HEX triplet: B6, 4C and CD. RGB value is (182,76,205). Sum of RGB (Red+Green+Blue) = 182+76+205=463 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.31% from 463); Green value is 76 (30.08% from 255 or 16.41% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #B64CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B64CCD is #49B332. Grayscale: #797979. Windows color (decimal): -4830003 or 13454518. OLE color: 13454518.
HSL color Cylindrical-coordinate representation of color #B64CCD: hue angle of 289.3º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B64CCD is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 76 | 205 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.20 |
| HSL | 289.3º | 0.56% | 0.55% | - |
| HSV(B) | 289.3º | 0.63% | 0.8% | - |
| XYZ | 32.9 | 19.52 | 59.79 | - |
| YUV | 122.4 | 174.62 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 76 | 205 | 0.11 | 0.63 | 0 | 0.20 | 289.3 | 0.56 | 0.55 |
| Hex | B6 | 4C | CD | B | 3F | 0 | 14 | 121 | 38 | 37 |
| Octal | 266 | 114 | 315 | 13 | 77 | 0 | 24 | 441 | 70 | 67 |
| Binary | 10110110 | 1001100 | 11001101 | 1011 | 111111 | 0 | 10100 | 100100001 | 111000 | 110111 |
Color Harmonies of #B64CCD
Complementary color
Monochromatic Colors of #B64CCD
Black with #B64CCD
Text Example
Text Example
White with #B64CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64CCD; }
p { color: rgb(182,76,205); }
H1.HeaderClassName
{
color: #B64CCD;
}
.AnyTagClassName
{
color: #B64CCD;
}
</style>
background-color css
<style>
a { background-color: #B64CCD; }
a { background-color: rgb(182,76,205); }
div.DivClassName
{
background-color: #B64CCD;
}
.BgClassName
{
background-color: #B64CCD;
}
</style>
border-color css
<style>
span { border-color: #B64CCD; }
span { border-color: rgb(182,76,205); }
td.TdClassName
{
border-color: #B64CCD;
}
.TagClassName
{
border-color: #B64CCD;
}
</style>