Shades of Medium Orchid #BD5BED
Tints of Medium Orchid #BD5BED
RGB
CMYK
RGB Variations
Color information
#BD5BED (or 0xBD5BED) is known color: Medium Orchid. HEX triplet: BD, 5B and ED. RGB value is (189,91,237). Sum of RGB (Red+Green+Blue) = 189+91+237=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 91 (35.94% from 255 or 17.60% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD5BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD5BED is #42A412. Grayscale: #888888. Windows color (decimal): -4367379 or 15555517. OLE color: 15555517.
HSL color Cylindrical-coordinate representation of color #BD5BED: hue angle of 280.27º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD5BED is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 91 | 237 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.07 |
| HSL | 280.27º | 0.8% | 0.64% | - |
| HSV(B) | 280.27º | 0.62% | 0.93% | - |
| XYZ | 40.01 | 24.42 | 82.72 | - |
| YUV | 136.95 | 184.47 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 91 | 237 | 0.20 | 0.62 | 0 | 0.07 | 280.27 | 0.8 | 0.64 |
| Hex | BD | 5B | ED | 14 | 3E | 0 | 7 | 118 | 50 | 40 |
| Octal | 275 | 133 | 355 | 24 | 76 | 0 | 7 | 430 | 120 | 100 |
| Binary | 10111101 | 1011011 | 11101101 | 10100 | 111110 | 0 | 111 | 100011000 | 1010000 | 1000000 |
Color Harmonies of #BD5BED
Complementary color
Monochromatic Colors of #BD5BED
Black with #BD5BED
Text Example
Text Example
White with #BD5BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5BED; }
p { color: rgb(189,91,237); }
H1.HeaderClassName
{
color: #BD5BED;
}
.AnyTagClassName
{
color: #BD5BED;
}
</style>
background-color css
<style>
a { background-color: #BD5BED; }
a { background-color: rgb(189,91,237); }
div.DivClassName
{
background-color: #BD5BED;
}
.BgClassName
{
background-color: #BD5BED;
}
</style>
border-color css
<style>
span { border-color: #BD5BED; }
span { border-color: rgb(189,91,237); }
td.TdClassName
{
border-color: #BD5BED;
}
.TagClassName
{
border-color: #BD5BED;
}
</style>