Shades of Medium Orchid #BD4BDC
Tints of Medium Orchid #BD4BDC
RGB
CMYK
RGB Variations
Color information
#BD4BDC (or 0xBD4BDC) is known color: Medium Orchid. HEX triplet: BD, 4B and DC. RGB value is (189,75,220). Sum of RGB (Red+Green+Blue) = 189+75+220=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 75 (29.69% from 255 or 15.50% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD4BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD4BDC is #42B423. Grayscale: #7D7D7D. Windows color (decimal): -4371492 or 14437309. OLE color: 14437309.
HSL color Cylindrical-coordinate representation of color #BD4BDC: hue angle of 287.17º degrees, saturation: 0.67, 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 #BD4BDC is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 75 | 220 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.14 |
| HSL | 287.17º | 0.67% | 0.58% | - |
| HSV(B) | 287.17º | 0.66% | 0.86% | - |
| XYZ | 36.42 | 21.02 | 69.85 | - |
| YUV | 125.62 | 181.27 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 75 | 220 | 0.14 | 0.66 | 0 | 0.14 | 287.17 | 0.67 | 0.58 |
| Hex | BD | 4B | DC | E | 42 | 0 | E | 11F | 43 | 3A |
| Octal | 275 | 113 | 334 | 16 | 102 | 0 | 16 | 437 | 103 | 72 |
| Binary | 10111101 | 1001011 | 11011100 | 1110 | 1000010 | 0 | 1110 | 100011111 | 1000011 | 111010 |
Color Harmonies of #BD4BDC
Complementary color
Monochromatic Colors of #BD4BDC
Black with #BD4BDC
Text Example
Text Example
White with #BD4BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4BDC; }
p { color: rgb(189,75,220); }
H1.HeaderClassName
{
color: #BD4BDC;
}
.AnyTagClassName
{
color: #BD4BDC;
}
</style>
background-color css
<style>
a { background-color: #BD4BDC; }
a { background-color: rgb(189,75,220); }
div.DivClassName
{
background-color: #BD4BDC;
}
.BgClassName
{
background-color: #BD4BDC;
}
</style>
border-color css
<style>
span { border-color: #BD4BDC; }
span { border-color: rgb(189,75,220); }
td.TdClassName
{
border-color: #BD4BDC;
}
.TagClassName
{
border-color: #BD4BDC;
}
</style>