Shades of Medium Orchid #BD50CF
Tints of Medium Orchid #BD50CF
RGB
CMYK
RGB Variations
Color information
#BD50CF (or 0xBD50CF) is known color: Medium Orchid. HEX triplet: BD, 50 and CF. RGB value is (189,80,207). Sum of RGB (Red+Green+Blue) = 189+80+207=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 80 (31.64% from 255 or 16.81% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD50CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD50CF is #42AF30. Grayscale: #7E7E7E. Windows color (decimal): -4370225 or 13586621. OLE color: 13586621.
HSL color Cylindrical-coordinate representation of color #BD50CF: hue angle of 291.5º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD50CF is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 80 | 207 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.19 |
| HSL | 291.5º | 0.57% | 0.56% | - |
| HSV(B) | 291.5º | 0.61% | 0.81% | - |
| XYZ | 35.12 | 21.06 | 61.25 | - |
| YUV | 127.07 | 173.11 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 80 | 207 | 0.09 | 0.61 | 0 | 0.19 | 291.5 | 0.57 | 0.56 |
| Hex | BD | 50 | CF | 9 | 3D | 0 | 13 | 123 | 39 | 38 |
| Octal | 275 | 120 | 317 | 11 | 75 | 0 | 23 | 443 | 71 | 70 |
| Binary | 10111101 | 1010000 | 11001111 | 1001 | 111101 | 0 | 10011 | 100100011 | 111001 | 111000 |
Color Harmonies of #BD50CF
Complementary color
Monochromatic Colors of #BD50CF
Black with #BD50CF
Text Example
Text Example
White with #BD50CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD50CF; }
p { color: rgb(189,80,207); }
H1.HeaderClassName
{
color: #BD50CF;
}
.AnyTagClassName
{
color: #BD50CF;
}
</style>
background-color css
<style>
a { background-color: #BD50CF; }
a { background-color: rgb(189,80,207); }
div.DivClassName
{
background-color: #BD50CF;
}
.BgClassName
{
background-color: #BD50CF;
}
</style>
border-color css
<style>
span { border-color: #BD50CF; }
span { border-color: rgb(189,80,207); }
td.TdClassName
{
border-color: #BD50CF;
}
.TagClassName
{
border-color: #BD50CF;
}
</style>