Shades of Medium Orchid #BD3DDC
Tints of Medium Orchid #BD3DDC
RGB
CMYK
RGB Variations
Color information
#BD3DDC (or 0xBD3DDC) is known color: Medium Orchid. HEX triplet: BD, 3D and DC. RGB value is (189,61,220). Sum of RGB (Red+Green+Blue) = 189+61+220=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 61 (24.22% from 255 or 12.98% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD3DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3DDC is #42C223. Grayscale: #747474. Windows color (decimal): -4375076 or 14433725. OLE color: 14433725.
HSL color Cylindrical-coordinate representation of color #BD3DDC: hue angle of 288.3º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD3DDC is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 61 | 220 | - |
| CMYK | 0.14 | 0.72 | 0 | 0.14 |
| HSL | 288.3º | 0.69% | 0.55% | - |
| HSV(B) | 288.3º | 0.72% | 0.86% | - |
| XYZ | 35.57 | 19.32 | 69.57 | - |
| YUV | 117.4 | 185.91 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 61 | 220 | 0.14 | 0.72 | 0 | 0.14 | 288.3 | 0.69 | 0.55 |
| Hex | BD | 3D | DC | E | 48 | 0 | E | 120 | 45 | 37 |
| Octal | 275 | 75 | 334 | 16 | 110 | 0 | 16 | 440 | 105 | 67 |
| Binary | 10111101 | 111101 | 11011100 | 1110 | 1001000 | 0 | 1110 | 100100000 | 1000101 | 110111 |
Color Harmonies of #BD3DDC
Complementary color
Monochromatic Colors of #BD3DDC
Black with #BD3DDC
Text Example
Text Example
White with #BD3DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3DDC; }
p { color: rgb(189,61,220); }
H1.HeaderClassName
{
color: #BD3DDC;
}
.AnyTagClassName
{
color: #BD3DDC;
}
</style>
background-color css
<style>
a { background-color: #BD3DDC; }
a { background-color: rgb(189,61,220); }
div.DivClassName
{
background-color: #BD3DDC;
}
.BgClassName
{
background-color: #BD3DDC;
}
</style>
border-color css
<style>
span { border-color: #BD3DDC; }
span { border-color: rgb(189,61,220); }
td.TdClassName
{
border-color: #BD3DDC;
}
.TagClassName
{
border-color: #BD3DDC;
}
</style>