Shades of Medium Orchid #BD5BCF
Tints of Medium Orchid #BD5BCF
RGB
CMYK
RGB Variations
Color information
#BD5BCF (or 0xBD5BCF) is known color: Medium Orchid. HEX triplet: BD, 5B and CF. RGB value is (189,91,207). Sum of RGB (Red+Green+Blue) = 189+91+207=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 91 (35.94% from 255 or 18.69% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD5BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5BCF is #42A430. Grayscale: #858585. Windows color (decimal): -4367409 or 13589437. OLE color: 13589437.
HSL color Cylindrical-coordinate representation of color #BD5BCF: hue angle of 290.69º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD5BCF is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 91 | 207 | - |
| CMYK | 0.09 | 0.56 | 0 | 0.19 |
| HSL | 290.69º | 0.55% | 0.58% | - |
| HSV(B) | 290.69º | 0.56% | 0.81% | - |
| XYZ | 35.99 | 22.81 | 61.54 | - |
| YUV | 133.53 | 169.47 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 91 | 207 | 0.09 | 0.56 | 0 | 0.19 | 290.69 | 0.55 | 0.58 |
| Hex | BD | 5B | CF | 9 | 38 | 0 | 13 | 123 | 37 | 3A |
| Octal | 275 | 133 | 317 | 11 | 70 | 0 | 23 | 443 | 67 | 72 |
| Binary | 10111101 | 1011011 | 11001111 | 1001 | 111000 | 0 | 10011 | 100100011 | 110111 | 111010 |
Color Harmonies of #BD5BCF
Complementary color
Monochromatic Colors of #BD5BCF
Black with #BD5BCF
Text Example
Text Example
White with #BD5BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5BCF; }
p { color: rgb(189,91,207); }
H1.HeaderClassName
{
color: #BD5BCF;
}
.AnyTagClassName
{
color: #BD5BCF;
}
</style>
background-color css
<style>
a { background-color: #BD5BCF; }
a { background-color: rgb(189,91,207); }
div.DivClassName
{
background-color: #BD5BCF;
}
.BgClassName
{
background-color: #BD5BCF;
}
</style>
border-color css
<style>
span { border-color: #BD5BCF; }
span { border-color: rgb(189,91,207); }
td.TdClassName
{
border-color: #BD5BCF;
}
.TagClassName
{
border-color: #BD5BCF;
}
</style>