Shades of Medium Orchid #BD4ADC
Tints of Medium Orchid #BD4ADC
RGB
CMYK
RGB Variations
Color information
#BD4ADC (or 0xBD4ADC) is known color: Medium Orchid. HEX triplet: BD, 4A and DC. RGB value is (189,74,220). Sum of RGB (Red+Green+Blue) = 189+74+220=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 74 (29.30% from 255 or 15.32% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD4ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD4ADC is #42B523. Grayscale: #7C7C7C. Windows color (decimal): -4371748 or 14437053. OLE color: 14437053.
HSL color Cylindrical-coordinate representation of color #BD4ADC: hue angle of 287.26º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD4ADC is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 74 | 220 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.14 |
| HSL | 287.26º | 0.68% | 0.58% | - |
| HSV(B) | 287.26º | 0.66% | 0.86% | - |
| XYZ | 36.35 | 20.88 | 69.83 | - |
| YUV | 125.03 | 181.6 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 74 | 220 | 0.14 | 0.66 | 0 | 0.14 | 287.26 | 0.68 | 0.58 |
| Hex | BD | 4A | DC | E | 42 | 0 | E | 11F | 44 | 3A |
| Octal | 275 | 112 | 334 | 16 | 102 | 0 | 16 | 437 | 104 | 72 |
| Binary | 10111101 | 1001010 | 11011100 | 1110 | 1000010 | 0 | 1110 | 100011111 | 1000100 | 111010 |
Color Harmonies of #BD4ADC
Complementary color
Monochromatic Colors of #BD4ADC
Black with #BD4ADC
Text Example
Text Example
White with #BD4ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4ADC; }
p { color: rgb(189,74,220); }
H1.HeaderClassName
{
color: #BD4ADC;
}
.AnyTagClassName
{
color: #BD4ADC;
}
</style>
background-color css
<style>
a { background-color: #BD4ADC; }
a { background-color: rgb(189,74,220); }
div.DivClassName
{
background-color: #BD4ADC;
}
.BgClassName
{
background-color: #BD4ADC;
}
</style>
border-color css
<style>
span { border-color: #BD4ADC; }
span { border-color: rgb(189,74,220); }
td.TdClassName
{
border-color: #BD4ADC;
}
.TagClassName
{
border-color: #BD4ADC;
}
</style>