Shades of Medium Orchid #BD6BED
Tints of Medium Orchid #BD6BED
RGB
CMYK
RGB Variations
Color information
#BD6BED (or 0xBD6BED) is known color: Medium Orchid. HEX triplet: BD, 6B and ED. RGB value is (189,107,237). Sum of RGB (Red+Green+Blue) = 189+107+237=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 107 (42.19% from 255 or 20.08% from 533); Blue value is 237 (92.97% from 255 or 44.47% from 533); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD6BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6BED is #429412. Grayscale: #919191. Windows color (decimal): -4363283 or 15559613. OLE color: 15559613.
HSL color Cylindrical-coordinate representation of color #BD6BED: hue angle of 277.85º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD6BED is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 107 | 237 | - |
| CMYK | 0.20 | 0.55 | 0 | 0.07 |
| HSL | 277.85º | 0.78% | 0.67% | - |
| HSV(B) | 277.85º | 0.55% | 0.93% | - |
| XYZ | 41.53 | 27.45 | 83.23 | - |
| YUV | 146.34 | 179.17 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 107 | 237 | 0.20 | 0.55 | 0 | 0.07 | 277.85 | 0.78 | 0.67 |
| Hex | BD | 6B | ED | 14 | 37 | 0 | 7 | 116 | 4E | 43 |
| Octal | 275 | 153 | 355 | 24 | 67 | 0 | 7 | 426 | 116 | 103 |
| Binary | 10111101 | 1101011 | 11101101 | 10100 | 110111 | 0 | 111 | 100010110 | 1001110 | 1000011 |
Color Harmonies of #BD6BED
Complementary color
Monochromatic Colors of #BD6BED
Black with #BD6BED
Text Example
Text Example
White with #BD6BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6BED; }
p { color: rgb(189,107,237); }
H1.HeaderClassName
{
color: #BD6BED;
}
.AnyTagClassName
{
color: #BD6BED;
}
</style>
background-color css
<style>
a { background-color: #BD6BED; }
a { background-color: rgb(189,107,237); }
div.DivClassName
{
background-color: #BD6BED;
}
.BgClassName
{
background-color: #BD6BED;
}
</style>
border-color css
<style>
span { border-color: #BD6BED; }
span { border-color: rgb(189,107,237); }
td.TdClassName
{
border-color: #BD6BED;
}
.TagClassName
{
border-color: #BD6BED;
}
</style>