Shades of Medium Orchid #BD5BDA
Tints of Medium Orchid #BD5BDA
RGB
CMYK
RGB Variations
Color information
#BD5BDA (or 0xBD5BDA) is known color: Medium Orchid. HEX triplet: BD, 5B and DA. RGB value is (189,91,218). Sum of RGB (Red+Green+Blue) = 189+91+218=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 91 (35.94% from 255 or 18.27% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD5BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5BDA is #42A425. Grayscale: #868686. Windows color (decimal): -4367398 or 14310333. OLE color: 14310333.
HSL color Cylindrical-coordinate representation of color #BD5BDA: hue angle of 286.3º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD5BDA is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 91 | 218 | - |
| CMYK | 0.13 | 0.58 | 0 | 0.15 |
| HSL | 286.3º | 0.63% | 0.61% | - |
| HSV(B) | 286.3º | 0.58% | 0.85% | - |
| XYZ | 37.38 | 23.36 | 68.87 | - |
| YUV | 134.78 | 174.97 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 91 | 218 | 0.13 | 0.58 | 0 | 0.15 | 286.3 | 0.63 | 0.61 |
| Hex | BD | 5B | DA | D | 3A | 0 | F | 11E | 3F | 3D |
| Octal | 275 | 133 | 332 | 15 | 72 | 0 | 17 | 436 | 77 | 75 |
| Binary | 10111101 | 1011011 | 11011010 | 1101 | 111010 | 0 | 1111 | 100011110 | 111111 | 111101 |
Color Harmonies of #BD5BDA
Complementary color
Monochromatic Colors of #BD5BDA
Black with #BD5BDA
Text Example
Text Example
White with #BD5BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5BDA; }
p { color: rgb(189,91,218); }
H1.HeaderClassName
{
color: #BD5BDA;
}
.AnyTagClassName
{
color: #BD5BDA;
}
</style>
background-color css
<style>
a { background-color: #BD5BDA; }
a { background-color: rgb(189,91,218); }
div.DivClassName
{
background-color: #BD5BDA;
}
.BgClassName
{
background-color: #BD5BDA;
}
</style>
border-color css
<style>
span { border-color: #BD5BDA; }
span { border-color: rgb(189,91,218); }
td.TdClassName
{
border-color: #BD5BDA;
}
.TagClassName
{
border-color: #BD5BDA;
}
</style>