Shades of Medium Orchid #BD76DA
Tints of Medium Orchid #BD76DA
RGB
CMYK
RGB Variations
Color information
#BD76DA (or 0xBD76DA) is known color: Medium Orchid. HEX triplet: BD, 76 and DA. RGB value is (189,118,218). Sum of RGB (Red+Green+Blue) = 189+118+218=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 118 (46.48% from 255 or 22.48% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD76DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD76DA is #428925. Grayscale: #969696. Windows color (decimal): -4360486 or 14317245. OLE color: 14317245.
HSL color Cylindrical-coordinate representation of color #BD76DA: hue angle of 282.6º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BD76DA is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 118 | 218 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.15 |
| HSL | 282.6º | 0.57% | 0.66% | - |
| HSV(B) | 282.6º | 0.46% | 0.85% | - |
| XYZ | 40.12 | 28.84 | 69.78 | - |
| YUV | 150.63 | 166.02 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 118 | 218 | 0.13 | 0.46 | 0 | 0.15 | 282.6 | 0.57 | 0.66 |
| Hex | BD | 76 | DA | D | 2E | 0 | F | 11B | 39 | 42 |
| Octal | 275 | 166 | 332 | 15 | 56 | 0 | 17 | 433 | 71 | 102 |
| Binary | 10111101 | 1110110 | 11011010 | 1101 | 101110 | 0 | 1111 | 100011011 | 111001 | 1000010 |
Color Harmonies of #BD76DA
Complementary color
Monochromatic Colors of #BD76DA
Black with #BD76DA
Text Example
Text Example
White with #BD76DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD76DA; }
p { color: rgb(189,118,218); }
H1.HeaderClassName
{
color: #BD76DA;
}
.AnyTagClassName
{
color: #BD76DA;
}
</style>
background-color css
<style>
a { background-color: #BD76DA; }
a { background-color: rgb(189,118,218); }
div.DivClassName
{
background-color: #BD76DA;
}
.BgClassName
{
background-color: #BD76DA;
}
</style>
border-color css
<style>
span { border-color: #BD76DA; }
span { border-color: rgb(189,118,218); }
td.TdClassName
{
border-color: #BD76DA;
}
.TagClassName
{
border-color: #BD76DA;
}
</style>