Shades of Medium Orchid #BD64CC
Tints of Medium Orchid #BD64CC
RGB
CMYK
RGB Variations
Color information
#BD64CC (or 0xBD64CC) is known color: Medium Orchid. HEX triplet: BD, 64 and CC. RGB value is (189,100,204). Sum of RGB (Red+Green+Blue) = 189+100+204=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 100 (39.45% from 255 or 20.28% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD64CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD64CC is #429B33. Grayscale: #8A8A8A. Windows color (decimal): -4365108 or 13395133. OLE color: 13395133.
HSL color Cylindrical-coordinate representation of color #BD64CC: hue angle of 291.35º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD64CC is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 100 | 204 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.2 |
| HSL | 291.35º | 0.5% | 0.6% | - |
| HSV(B) | 291.35º | 0.51% | 0.8% | - |
| XYZ | 36.44 | 24.29 | 59.89 | - |
| YUV | 138.47 | 164.99 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 100 | 204 | 0.07 | 0.51 | 0 | 0.2 | 291.35 | 0.5 | 0.6 |
| Hex | BD | 64 | CC | 7 | 33 | 0 | 14 | 123 | 32 | 3C |
| Octal | 275 | 144 | 314 | 7 | 63 | 0 | 24 | 443 | 62 | 74 |
| Binary | 10111101 | 1100100 | 11001100 | 111 | 110011 | 0 | 10100 | 100100011 | 110010 | 111100 |
Color Harmonies of #BD64CC
Complementary color
Monochromatic Colors of #BD64CC
Black with #BD64CC
Text Example
Text Example
White with #BD64CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD64CC; }
p { color: rgb(189,100,204); }
H1.HeaderClassName
{
color: #BD64CC;
}
.AnyTagClassName
{
color: #BD64CC;
}
</style>
background-color css
<style>
a { background-color: #BD64CC; }
a { background-color: rgb(189,100,204); }
div.DivClassName
{
background-color: #BD64CC;
}
.BgClassName
{
background-color: #BD64CC;
}
</style>
border-color css
<style>
span { border-color: #BD64CC; }
span { border-color: rgb(189,100,204); }
td.TdClassName
{
border-color: #BD64CC;
}
.TagClassName
{
border-color: #BD64CC;
}
</style>