Shades of Medium Orchid #BD52D2
Tints of Medium Orchid #BD52D2
RGB
CMYK
RGB Variations
Color information
#BD52D2 (or 0xBD52D2) is known color: Medium Orchid. HEX triplet: BD, 52 and D2. RGB value is (189,82,210). Sum of RGB (Red+Green+Blue) = 189+82+210=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 82 (32.42% from 255 or 17.05% from 481); Blue value is 210 (82.42% from 255 or 43.66% from 481); Max value from RGB is 210 - color contains mainly: blue. Hex color #BD52D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD52D2 is #42AD2D. Grayscale: #808080. Windows color (decimal): -4369710 or 13783741. OLE color: 13783741.
HSL color Cylindrical-coordinate representation of color #BD52D2: hue angle of 290.16º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD52D2 is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 82 | 210 | - |
| CMYK | 0.10 | 0.61 | 0 | 0.18 |
| HSL | 290.16º | 0.59% | 0.57% | - |
| HSV(B) | 290.16º | 0.61% | 0.82% | - |
| XYZ | 35.64 | 21.51 | 63.25 | - |
| YUV | 128.59 | 173.95 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 82 | 210 | 0.10 | 0.61 | 0 | 0.18 | 290.16 | 0.59 | 0.57 |
| Hex | BD | 52 | D2 | A | 3D | 0 | 12 | 122 | 3B | 39 |
| Octal | 275 | 122 | 322 | 12 | 75 | 0 | 22 | 442 | 73 | 71 |
| Binary | 10111101 | 1010010 | 11010010 | 1010 | 111101 | 0 | 10010 | 100100010 | 111011 | 111001 |
Color Harmonies of #BD52D2
Complementary color
Monochromatic Colors of #BD52D2
Black with #BD52D2
Text Example
Text Example
White with #BD52D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD52D2; }
p { color: rgb(189,82,210); }
H1.HeaderClassName
{
color: #BD52D2;
}
.AnyTagClassName
{
color: #BD52D2;
}
</style>
background-color css
<style>
a { background-color: #BD52D2; }
a { background-color: rgb(189,82,210); }
div.DivClassName
{
background-color: #BD52D2;
}
.BgClassName
{
background-color: #BD52D2;
}
</style>
border-color css
<style>
span { border-color: #BD52D2; }
span { border-color: rgb(189,82,210); }
td.TdClassName
{
border-color: #BD52D2;
}
.TagClassName
{
border-color: #BD52D2;
}
</style>