Shades of Medium Orchid #BD3FCF
Tints of Medium Orchid #BD3FCF
RGB
CMYK
RGB Variations
Color information
#BD3FCF (or 0xBD3FCF) is known color: Medium Orchid. HEX triplet: BD, 3F and CF. RGB value is (189,63,207). Sum of RGB (Red+Green+Blue) = 189+63+207=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 63 (25% from 255 or 13.73% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD3FCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3FCF is #42C030. Grayscale: #747474. Windows color (decimal): -4374577 or 13582269. OLE color: 13582269.
HSL color Cylindrical-coordinate representation of color #BD3FCF: hue angle of 292.5º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD3FCF is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 63 | 207 | - |
| CMYK | 0.09 | 0.70 | 0 | 0.19 |
| HSL | 292.5º | 0.6% | 0.53% | - |
| HSV(B) | 292.5º | 0.7% | 0.81% | - |
| XYZ | 34.03 | 18.88 | 60.88 | - |
| YUV | 117.09 | 178.74 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 63 | 207 | 0.09 | 0.70 | 0 | 0.19 | 292.5 | 0.6 | 0.53 |
| Hex | BD | 3F | CF | 9 | 46 | 0 | 13 | 124 | 3C | 35 |
| Octal | 275 | 77 | 317 | 11 | 106 | 0 | 23 | 444 | 74 | 65 |
| Binary | 10111101 | 111111 | 11001111 | 1001 | 1000110 | 0 | 10011 | 100100100 | 111100 | 110101 |
Color Harmonies of #BD3FCF
Complementary color
Monochromatic Colors of #BD3FCF
Black with #BD3FCF
Text Example
Text Example
White with #BD3FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3FCF; }
p { color: rgb(189,63,207); }
H1.HeaderClassName
{
color: #BD3FCF;
}
.AnyTagClassName
{
color: #BD3FCF;
}
</style>
background-color css
<style>
a { background-color: #BD3FCF; }
a { background-color: rgb(189,63,207); }
div.DivClassName
{
background-color: #BD3FCF;
}
.BgClassName
{
background-color: #BD3FCF;
}
</style>
border-color css
<style>
span { border-color: #BD3FCF; }
span { border-color: rgb(189,63,207); }
td.TdClassName
{
border-color: #BD3FCF;
}
.TagClassName
{
border-color: #BD3FCF;
}
</style>