Shades of Medium Orchid #BD52D4
Tints of Medium Orchid #BD52D4
RGB
CMYK
RGB Variations
Color information
#BD52D4 (or 0xBD52D4) is known color: Medium Orchid. HEX triplet: BD, 52 and D4. RGB value is (189,82,212). Sum of RGB (Red+Green+Blue) = 189+82+212=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 82 (32.42% from 255 or 16.98% from 483); Blue value is 212 (83.20% from 255 or 43.89% from 483); Max value from RGB is 212 - color contains mainly: blue. Hex color #BD52D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD52D4 is #42AD2B. Grayscale: #808080. Windows color (decimal): -4369708 or 13914813. OLE color: 13914813.
HSL color Cylindrical-coordinate representation of color #BD52D4: hue angle of 289.38º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD52D4 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 82 | 212 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.17 |
| HSL | 289.38º | 0.6% | 0.58% | - |
| HSV(B) | 289.38º | 0.61% | 0.83% | - |
| XYZ | 35.89 | 21.61 | 64.57 | - |
| YUV | 128.81 | 174.95 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 82 | 212 | 0.11 | 0.61 | 0 | 0.17 | 289.38 | 0.6 | 0.58 |
| Hex | BD | 52 | D4 | B | 3D | 0 | 11 | 121 | 3C | 3A |
| Octal | 275 | 122 | 324 | 13 | 75 | 0 | 21 | 441 | 74 | 72 |
| Binary | 10111101 | 1010010 | 11010100 | 1011 | 111101 | 0 | 10001 | 100100001 | 111100 | 111010 |
Color Harmonies of #BD52D4
Complementary color
Monochromatic Colors of #BD52D4
Black with #BD52D4
Text Example
Text Example
White with #BD52D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD52D4; }
p { color: rgb(189,82,212); }
H1.HeaderClassName
{
color: #BD52D4;
}
.AnyTagClassName
{
color: #BD52D4;
}
</style>
background-color css
<style>
a { background-color: #BD52D4; }
a { background-color: rgb(189,82,212); }
div.DivClassName
{
background-color: #BD52D4;
}
.BgClassName
{
background-color: #BD52D4;
}
</style>
border-color css
<style>
span { border-color: #BD52D4; }
span { border-color: rgb(189,82,212); }
td.TdClassName
{
border-color: #BD52D4;
}
.TagClassName
{
border-color: #BD52D4;
}
</style>