Shades of Medium Orchid #BD3DDF
Tints of Medium Orchid #BD3DDF
RGB
CMYK
RGB Variations
Color information
#BD3DDF (or 0xBD3DDF) is known color: Medium Orchid. HEX triplet: BD, 3D and DF. RGB value is (189,61,223). Sum of RGB (Red+Green+Blue) = 189+61+223=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 61 (24.22% from 255 or 12.90% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD3DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3DDF is #42C220. Grayscale: #757575. Windows color (decimal): -4375073 or 14630333. OLE color: 14630333.
HSL color Cylindrical-coordinate representation of color #BD3DDF: hue angle of 287.41º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD3DDF is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 61 | 223 | - |
| CMYK | 0.15 | 0.73 | 0 | 0.13 |
| HSL | 287.41º | 0.72% | 0.56% | - |
| HSV(B) | 287.41º | 0.73% | 0.87% | - |
| XYZ | 35.97 | 19.48 | 71.68 | - |
| YUV | 117.74 | 187.41 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 61 | 223 | 0.15 | 0.73 | 0 | 0.13 | 287.41 | 0.72 | 0.56 |
| Hex | BD | 3D | DF | F | 49 | 0 | D | 11F | 48 | 38 |
| Octal | 275 | 75 | 337 | 17 | 111 | 0 | 15 | 437 | 110 | 70 |
| Binary | 10111101 | 111101 | 11011111 | 1111 | 1001001 | 0 | 1101 | 100011111 | 1001000 | 111000 |
Color Harmonies of #BD3DDF
Complementary color
Monochromatic Colors of #BD3DDF
Black with #BD3DDF
Text Example
Text Example
White with #BD3DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3DDF; }
p { color: rgb(189,61,223); }
H1.HeaderClassName
{
color: #BD3DDF;
}
.AnyTagClassName
{
color: #BD3DDF;
}
</style>
background-color css
<style>
a { background-color: #BD3DDF; }
a { background-color: rgb(189,61,223); }
div.DivClassName
{
background-color: #BD3DDF;
}
.BgClassName
{
background-color: #BD3DDF;
}
</style>
border-color css
<style>
span { border-color: #BD3DDF; }
span { border-color: rgb(189,61,223); }
td.TdClassName
{
border-color: #BD3DDF;
}
.TagClassName
{
border-color: #BD3DDF;
}
</style>