Shades of Medium Orchid #BD52D5
Tints of Medium Orchid #BD52D5
RGB
CMYK
RGB Variations
Color information
#BD52D5 (or 0xBD52D5) is known color: Medium Orchid. HEX triplet: BD, 52 and D5. RGB value is (189,82,213). Sum of RGB (Red+Green+Blue) = 189+82+213=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 82 (32.42% from 255 or 16.94% from 484); Blue value is 213 (83.59% from 255 or 44.01% from 484); Max value from RGB is 213 - color contains mainly: blue. Hex color #BD52D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD52D5 is #42AD2A. Grayscale: #808080. Windows color (decimal): -4369707 or 13980349. OLE color: 13980349.
HSL color Cylindrical-coordinate representation of color #BD52D5: hue angle of 289.01º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD52D5 is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 82 | 213 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.16 |
| HSL | 289.01º | 0.61% | 0.58% | - |
| HSV(B) | 289.01º | 0.62% | 0.84% | - |
| XYZ | 36.01 | 21.66 | 65.23 | - |
| YUV | 128.93 | 175.45 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 82 | 213 | 0.11 | 0.62 | 0 | 0.16 | 289.01 | 0.61 | 0.58 |
| Hex | BD | 52 | D5 | B | 3E | 0 | 10 | 121 | 3D | 3A |
| Octal | 275 | 122 | 325 | 13 | 76 | 0 | 20 | 441 | 75 | 72 |
| Binary | 10111101 | 1010010 | 11010101 | 1011 | 111110 | 0 | 10000 | 100100001 | 111101 | 111010 |
Color Harmonies of #BD52D5
Complementary color
Monochromatic Colors of #BD52D5
Black with #BD52D5
Text Example
Text Example
White with #BD52D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD52D5; }
p { color: rgb(189,82,213); }
H1.HeaderClassName
{
color: #BD52D5;
}
.AnyTagClassName
{
color: #BD52D5;
}
</style>
background-color css
<style>
a { background-color: #BD52D5; }
a { background-color: rgb(189,82,213); }
div.DivClassName
{
background-color: #BD52D5;
}
.BgClassName
{
background-color: #BD52D5;
}
</style>
border-color css
<style>
span { border-color: #BD52D5; }
span { border-color: rgb(189,82,213); }
td.TdClassName
{
border-color: #BD52D5;
}
.TagClassName
{
border-color: #BD52D5;
}
</style>