Shades of Medium Orchid #BD44CF
Tints of Medium Orchid #BD44CF
RGB
CMYK
RGB Variations
Color information
#BD44CF (or 0xBD44CF) is known color: Medium Orchid. HEX triplet: BD, 44 and CF. RGB value is (189,68,207). Sum of RGB (Red+Green+Blue) = 189+68+207=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 68 (26.95% from 255 or 14.66% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD44CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD44CF is #42BB30. Grayscale: #777777. Windows color (decimal): -4373297 or 13583549. OLE color: 13583549.
HSL color Cylindrical-coordinate representation of color #BD44CF: hue angle of 292.23º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD44CF is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 68 | 207 | - |
| CMYK | 0.09 | 0.67 | 0 | 0.19 |
| HSL | 292.23º | 0.59% | 0.54% | - |
| HSV(B) | 292.23º | 0.67% | 0.81% | - |
| XYZ | 34.32 | 19.46 | 60.98 | - |
| YUV | 120.03 | 177.09 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 68 | 207 | 0.09 | 0.67 | 0 | 0.19 | 292.23 | 0.59 | 0.54 |
| Hex | BD | 44 | CF | 9 | 43 | 0 | 13 | 124 | 3B | 36 |
| Octal | 275 | 104 | 317 | 11 | 103 | 0 | 23 | 444 | 73 | 66 |
| Binary | 10111101 | 1000100 | 11001111 | 1001 | 1000011 | 0 | 10011 | 100100100 | 111011 | 110110 |
Color Harmonies of #BD44CF
Complementary color
Monochromatic Colors of #BD44CF
Black with #BD44CF
Text Example
Text Example
White with #BD44CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD44CF; }
p { color: rgb(189,68,207); }
H1.HeaderClassName
{
color: #BD44CF;
}
.AnyTagClassName
{
color: #BD44CF;
}
</style>
background-color css
<style>
a { background-color: #BD44CF; }
a { background-color: rgb(189,68,207); }
div.DivClassName
{
background-color: #BD44CF;
}
.BgClassName
{
background-color: #BD44CF;
}
</style>
border-color css
<style>
span { border-color: #BD44CF; }
span { border-color: rgb(189,68,207); }
td.TdClassName
{
border-color: #BD44CF;
}
.TagClassName
{
border-color: #BD44CF;
}
</style>