Shades of Medium Orchid #BD4BD2
Tints of Medium Orchid #BD4BD2
RGB
CMYK
RGB Variations
Color information
#BD4BD2 (or 0xBD4BD2) is known color: Medium Orchid. HEX triplet: BD, 4B and D2. RGB value is (189,75,210). Sum of RGB (Red+Green+Blue) = 189+75+210=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 75 (29.69% from 255 or 15.82% from 474); Blue value is 210 (82.42% from 255 or 44.30% from 474); Max value from RGB is 210 - color contains mainly: blue. Hex color #BD4BD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD4BD2 is #42B42D. Grayscale: #7C7C7C. Windows color (decimal): -4371502 or 13781949. OLE color: 13781949.
HSL color Cylindrical-coordinate representation of color #BD4BD2: hue angle of 290.67º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BD4BD2 is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 75 | 210 | - |
| CMYK | 0.10 | 0.64 | 0 | 0.18 |
| HSL | 290.67º | 0.6% | 0.56% | - |
| HSV(B) | 290.67º | 0.64% | 0.82% | - |
| XYZ | 35.14 | 20.5 | 63.08 | - |
| YUV | 124.48 | 176.27 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 75 | 210 | 0.10 | 0.64 | 0 | 0.18 | 290.67 | 0.6 | 0.56 |
| Hex | BD | 4B | D2 | A | 40 | 0 | 12 | 123 | 3C | 38 |
| Octal | 275 | 113 | 322 | 12 | 100 | 0 | 22 | 443 | 74 | 70 |
| Binary | 10111101 | 1001011 | 11010010 | 1010 | 1000000 | 0 | 10010 | 100100011 | 111100 | 111000 |
Color Harmonies of #BD4BD2
Complementary color
Monochromatic Colors of #BD4BD2
Black with #BD4BD2
Text Example
Text Example
White with #BD4BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4BD2; }
p { color: rgb(189,75,210); }
H1.HeaderClassName
{
color: #BD4BD2;
}
.AnyTagClassName
{
color: #BD4BD2;
}
</style>
background-color css
<style>
a { background-color: #BD4BD2; }
a { background-color: rgb(189,75,210); }
div.DivClassName
{
background-color: #BD4BD2;
}
.BgClassName
{
background-color: #BD4BD2;
}
</style>
border-color css
<style>
span { border-color: #BD4BD2; }
span { border-color: rgb(189,75,210); }
td.TdClassName
{
border-color: #BD4BD2;
}
.TagClassName
{
border-color: #BD4BD2;
}
</style>