Shades of Medium Orchid #BD3FD2
Tints of Medium Orchid #BD3FD2
RGB
CMYK
RGB Variations
Color information
#BD3FD2 (or 0xBD3FD2) is known color: Medium Orchid. HEX triplet: BD, 3F and D2. RGB value is (189,63,210). Sum of RGB (Red+Green+Blue) = 189+63+210=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 63 (25% from 255 or 13.64% from 462); Blue value is 210 (82.42% from 255 or 45.45% from 462); Max value from RGB is 210 - color contains mainly: blue. Hex color #BD3FD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3FD2 is #42C02D. Grayscale: #747474. Windows color (decimal): -4374574 or 13778877. OLE color: 13778877.
HSL color Cylindrical-coordinate representation of color #BD3FD2: hue angle of 291.43º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD3FD2 is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 63 | 210 | - |
| CMYK | 0.10 | 0.70 | 0 | 0.18 |
| HSL | 291.43º | 0.62% | 0.54% | - |
| HSV(B) | 291.43º | 0.7% | 0.82% | - |
| XYZ | 34.4 | 19.03 | 62.83 | - |
| YUV | 117.43 | 180.24 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 63 | 210 | 0.10 | 0.70 | 0 | 0.18 | 291.43 | 0.62 | 0.54 |
| Hex | BD | 3F | D2 | A | 46 | 0 | 12 | 123 | 3E | 36 |
| Octal | 275 | 77 | 322 | 12 | 106 | 0 | 22 | 443 | 76 | 66 |
| Binary | 10111101 | 111111 | 11010010 | 1010 | 1000110 | 0 | 10010 | 100100011 | 111110 | 110110 |
Color Harmonies of #BD3FD2
Complementary color
Monochromatic Colors of #BD3FD2
Black with #BD3FD2
Text Example
Text Example
White with #BD3FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3FD2; }
p { color: rgb(189,63,210); }
H1.HeaderClassName
{
color: #BD3FD2;
}
.AnyTagClassName
{
color: #BD3FD2;
}
</style>
background-color css
<style>
a { background-color: #BD3FD2; }
a { background-color: rgb(189,63,210); }
div.DivClassName
{
background-color: #BD3FD2;
}
.BgClassName
{
background-color: #BD3FD2;
}
</style>
border-color css
<style>
span { border-color: #BD3FD2; }
span { border-color: rgb(189,63,210); }
td.TdClassName
{
border-color: #BD3FD2;
}
.TagClassName
{
border-color: #BD3FD2;
}
</style>