Shades of Medium Orchid #BD64CF
Tints of Medium Orchid #BD64CF
RGB
CMYK
RGB Variations
Color information
#BD64CF (or 0xBD64CF) is known color: Medium Orchid. HEX triplet: BD, 64 and CF. RGB value is (189,100,207). Sum of RGB (Red+Green+Blue) = 189+100+207=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 100 (39.45% from 255 or 20.16% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD64CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD64CF is #429B30. Grayscale: #8A8A8A. Windows color (decimal): -4365105 or 13591741. OLE color: 13591741.
HSL color Cylindrical-coordinate representation of color #BD64CF: hue angle of 289.91º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BD64CF is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 100 | 207 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.19 |
| HSL | 289.91º | 0.53% | 0.6% | - |
| HSV(B) | 289.91º | 0.52% | 0.81% | - |
| XYZ | 36.81 | 24.44 | 61.81 | - |
| YUV | 138.81 | 166.49 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 100 | 207 | 0.09 | 0.52 | 0 | 0.19 | 289.91 | 0.53 | 0.6 |
| Hex | BD | 64 | CF | 9 | 34 | 0 | 13 | 122 | 35 | 3C |
| Octal | 275 | 144 | 317 | 11 | 64 | 0 | 23 | 442 | 65 | 74 |
| Binary | 10111101 | 1100100 | 11001111 | 1001 | 110100 | 0 | 10011 | 100100010 | 110101 | 111100 |
Color Harmonies of #BD64CF
Complementary color
Monochromatic Colors of #BD64CF
Black with #BD64CF
Text Example
Text Example
White with #BD64CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD64CF; }
p { color: rgb(189,100,207); }
H1.HeaderClassName
{
color: #BD64CF;
}
.AnyTagClassName
{
color: #BD64CF;
}
</style>
background-color css
<style>
a { background-color: #BD64CF; }
a { background-color: rgb(189,100,207); }
div.DivClassName
{
background-color: #BD64CF;
}
.BgClassName
{
background-color: #BD64CF;
}
</style>
border-color css
<style>
span { border-color: #BD64CF; }
span { border-color: rgb(189,100,207); }
td.TdClassName
{
border-color: #BD64CF;
}
.TagClassName
{
border-color: #BD64CF;
}
</style>