Shades of Medium Orchid #BD57D2
Tints of Medium Orchid #BD57D2
RGB
CMYK
RGB Variations
Color information
#BD57D2 (or 0xBD57D2) is known color: Medium Orchid. HEX triplet: BD, 57 and D2. RGB value is (189,87,210). Sum of RGB (Red+Green+Blue) = 189+87+210=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 87 (34.38% from 255 or 17.90% from 486); Blue value is 210 (82.42% from 255 or 43.21% from 486); Max value from RGB is 210 - color contains mainly: blue. Hex color #BD57D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD57D2 is #42A82D. Grayscale: #838383. Windows color (decimal): -4368430 or 13785021. OLE color: 13785021.
HSL color Cylindrical-coordinate representation of color #BD57D2: hue angle of 289.76º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD57D2 is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 87 | 210 | - |
| CMYK | 0.10 | 0.59 | 0 | 0.18 |
| HSL | 289.76º | 0.58% | 0.58% | - |
| HSV(B) | 289.76º | 0.59% | 0.82% | - |
| XYZ | 36.03 | 22.29 | 63.38 | - |
| YUV | 131.52 | 172.29 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 87 | 210 | 0.10 | 0.59 | 0 | 0.18 | 289.76 | 0.58 | 0.58 |
| Hex | BD | 57 | D2 | A | 3B | 0 | 12 | 122 | 3A | 3A |
| Octal | 275 | 127 | 322 | 12 | 73 | 0 | 22 | 442 | 72 | 72 |
| Binary | 10111101 | 1010111 | 11010010 | 1010 | 111011 | 0 | 10010 | 100100010 | 111010 | 111010 |
Color Harmonies of #BD57D2
Complementary color
Monochromatic Colors of #BD57D2
Black with #BD57D2
Text Example
Text Example
White with #BD57D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD57D2; }
p { color: rgb(189,87,210); }
H1.HeaderClassName
{
color: #BD57D2;
}
.AnyTagClassName
{
color: #BD57D2;
}
</style>
background-color css
<style>
a { background-color: #BD57D2; }
a { background-color: rgb(189,87,210); }
div.DivClassName
{
background-color: #BD57D2;
}
.BgClassName
{
background-color: #BD57D2;
}
</style>
border-color css
<style>
span { border-color: #BD57D2; }
span { border-color: rgb(189,87,210); }
td.TdClassName
{
border-color: #BD57D2;
}
.TagClassName
{
border-color: #BD57D2;
}
</style>