Shades of Medium Orchid #BD75D1
Tints of Medium Orchid #BD75D1
RGB
CMYK
RGB Variations
Color information
#BD75D1 (or 0xBD75D1) is known color: Medium Orchid. HEX triplet: BD, 75 and D1. RGB value is (189,117,209). Sum of RGB (Red+Green+Blue) = 189+117+209=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 117 (46.09% from 255 or 22.72% from 515); Blue value is 209 (82.03% from 255 or 40.58% from 515); Max value from RGB is 209 - color contains mainly: blue. Hex color #BD75D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD75D1 is #428A2E. Grayscale: #949494. Windows color (decimal): -4360751 or 13727165. OLE color: 13727165.
HSL color Cylindrical-coordinate representation of color #BD75D1: hue angle of 286.96º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD75D1 is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 117 | 209 | - |
| CMYK | 0.10 | 0.44 | 0 | 0.18 |
| HSL | 286.96º | 0.5% | 0.64% | - |
| HSV(B) | 286.96º | 0.44% | 0.82% | - |
| XYZ | 38.86 | 28.14 | 63.71 | - |
| YUV | 149.02 | 161.85 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 117 | 209 | 0.10 | 0.44 | 0 | 0.18 | 286.96 | 0.5 | 0.64 |
| Hex | BD | 75 | D1 | A | 2C | 0 | 12 | 11F | 32 | 40 |
| Octal | 275 | 165 | 321 | 12 | 54 | 0 | 22 | 437 | 62 | 100 |
| Binary | 10111101 | 1110101 | 11010001 | 1010 | 101100 | 0 | 10010 | 100011111 | 110010 | 1000000 |
Color Harmonies of #BD75D1
Complementary color
Monochromatic Colors of #BD75D1
Black with #BD75D1
Text Example
Text Example
White with #BD75D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD75D1; }
p { color: rgb(189,117,209); }
H1.HeaderClassName
{
color: #BD75D1;
}
.AnyTagClassName
{
color: #BD75D1;
}
</style>
background-color css
<style>
a { background-color: #BD75D1; }
a { background-color: rgb(189,117,209); }
div.DivClassName
{
background-color: #BD75D1;
}
.BgClassName
{
background-color: #BD75D1;
}
</style>
border-color css
<style>
span { border-color: #BD75D1; }
span { border-color: rgb(189,117,209); }
td.TdClassName
{
border-color: #BD75D1;
}
.TagClassName
{
border-color: #BD75D1;
}
</style>