Shades of Medium Orchid #BD76DF
Tints of Medium Orchid #BD76DF
RGB
CMYK
RGB Variations
Color information
#BD76DF (or 0xBD76DF) is known color: Medium Orchid. HEX triplet: BD, 76 and DF. RGB value is (189,118,223). Sum of RGB (Red+Green+Blue) = 189+118+223=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 118 (46.48% from 255 or 22.26% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD76DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD76DF is #428920. Grayscale: #969696. Windows color (decimal): -4360481 or 14644925. OLE color: 14644925.
HSL color Cylindrical-coordinate representation of color #BD76DF: hue angle of 280.57º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD76DF is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 118 | 223 | - |
| CMYK | 0.15 | 0.47 | 0 | 0.13 |
| HSL | 280.57º | 0.62% | 0.67% | - |
| HSV(B) | 280.57º | 0.47% | 0.87% | - |
| XYZ | 40.78 | 29.1 | 73.28 | - |
| YUV | 151.2 | 168.52 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 118 | 223 | 0.15 | 0.47 | 0 | 0.13 | 280.57 | 0.62 | 0.67 |
| Hex | BD | 76 | DF | F | 2F | 0 | D | 119 | 3E | 43 |
| Octal | 275 | 166 | 337 | 17 | 57 | 0 | 15 | 431 | 76 | 103 |
| Binary | 10111101 | 1110110 | 11011111 | 1111 | 101111 | 0 | 1101 | 100011001 | 111110 | 1000011 |
Color Harmonies of #BD76DF
Complementary color
Monochromatic Colors of #BD76DF
Black with #BD76DF
Text Example
Text Example
White with #BD76DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD76DF; }
p { color: rgb(189,118,223); }
H1.HeaderClassName
{
color: #BD76DF;
}
.AnyTagClassName
{
color: #BD76DF;
}
</style>
background-color css
<style>
a { background-color: #BD76DF; }
a { background-color: rgb(189,118,223); }
div.DivClassName
{
background-color: #BD76DF;
}
.BgClassName
{
background-color: #BD76DF;
}
</style>
border-color css
<style>
span { border-color: #BD76DF; }
span { border-color: rgb(189,118,223); }
td.TdClassName
{
border-color: #BD76DF;
}
.TagClassName
{
border-color: #BD76DF;
}
</style>