Shades of Medium Orchid #BD64CA
Tints of Medium Orchid #BD64CA
RGB
CMYK
RGB Variations
Color information
#BD64CA (or 0xBD64CA) is known color: Medium Orchid. HEX triplet: BD, 64 and CA. RGB value is (189,100,202). Sum of RGB (Red+Green+Blue) = 189+100+202=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 100 (39.45% from 255 or 20.37% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD64CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD64CA is #429B35. Grayscale: #898989. Windows color (decimal): -4365110 or 13264061. OLE color: 13264061.
HSL color Cylindrical-coordinate representation of color #BD64CA: hue angle of 292.35º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD64CA is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 100 | 202 | - |
| CMYK | 0.06 | 0.50 | 0 | 0.21 |
| HSL | 292.35º | 0.49% | 0.59% | - |
| HSV(B) | 292.35º | 0.5% | 0.79% | - |
| XYZ | 36.2 | 24.2 | 58.64 | - |
| YUV | 138.24 | 163.99 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 100 | 202 | 0.06 | 0.50 | 0 | 0.21 | 292.35 | 0.49 | 0.59 |
| Hex | BD | 64 | CA | 6 | 32 | 0 | 15 | 124 | 31 | 3B |
| Octal | 275 | 144 | 312 | 6 | 62 | 0 | 25 | 444 | 61 | 73 |
| Binary | 10111101 | 1100100 | 11001010 | 110 | 110010 | 0 | 10101 | 100100100 | 110001 | 111011 |
Color Harmonies of #BD64CA
Complementary color
Monochromatic Colors of #BD64CA
Black with #BD64CA
Text Example
Text Example
White with #BD64CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD64CA; }
p { color: rgb(189,100,202); }
H1.HeaderClassName
{
color: #BD64CA;
}
.AnyTagClassName
{
color: #BD64CA;
}
</style>
background-color css
<style>
a { background-color: #BD64CA; }
a { background-color: rgb(189,100,202); }
div.DivClassName
{
background-color: #BD64CA;
}
.BgClassName
{
background-color: #BD64CA;
}
</style>
border-color css
<style>
span { border-color: #BD64CA; }
span { border-color: rgb(189,100,202); }
td.TdClassName
{
border-color: #BD64CA;
}
.TagClassName
{
border-color: #BD64CA;
}
</style>