Shades of Medium Orchid #BD54CF
Tints of Medium Orchid #BD54CF
RGB
CMYK
RGB Variations
Color information
#BD54CF (or 0xBD54CF) is known color: Medium Orchid. HEX triplet: BD, 54 and CF. RGB value is (189,84,207). Sum of RGB (Red+Green+Blue) = 189+84+207=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 84 (33.20% from 255 or 17.5% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD54CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD54CF is #42AB30. Grayscale: #818181. Windows color (decimal): -4369201 or 13587645. OLE color: 13587645.
HSL color Cylindrical-coordinate representation of color #BD54CF: hue angle of 291.22º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD54CF is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 84 | 207 | - |
| CMYK | 0.09 | 0.59 | 0 | 0.19 |
| HSL | 291.22º | 0.56% | 0.57% | - |
| HSV(B) | 291.22º | 0.59% | 0.81% | - |
| XYZ | 35.42 | 21.66 | 61.35 | - |
| YUV | 129.42 | 171.79 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 84 | 207 | 0.09 | 0.59 | 0 | 0.19 | 291.22 | 0.56 | 0.57 |
| Hex | BD | 54 | CF | 9 | 3B | 0 | 13 | 123 | 38 | 39 |
| Octal | 275 | 124 | 317 | 11 | 73 | 0 | 23 | 443 | 70 | 71 |
| Binary | 10111101 | 1010100 | 11001111 | 1001 | 111011 | 0 | 10011 | 100100011 | 111000 | 111001 |
Color Harmonies of #BD54CF
Complementary color
Monochromatic Colors of #BD54CF
Black with #BD54CF
Text Example
Text Example
White with #BD54CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD54CF; }
p { color: rgb(189,84,207); }
H1.HeaderClassName
{
color: #BD54CF;
}
.AnyTagClassName
{
color: #BD54CF;
}
</style>
background-color css
<style>
a { background-color: #BD54CF; }
a { background-color: rgb(189,84,207); }
div.DivClassName
{
background-color: #BD54CF;
}
.BgClassName
{
background-color: #BD54CF;
}
</style>
border-color css
<style>
span { border-color: #BD54CF; }
span { border-color: rgb(189,84,207); }
td.TdClassName
{
border-color: #BD54CF;
}
.TagClassName
{
border-color: #BD54CF;
}
</style>