Shades of Medium Orchid #BD6BCC
Tints of Medium Orchid #BD6BCC
RGB
CMYK
RGB Variations
Color information
#BD6BCC (or 0xBD6BCC) is known color: Medium Orchid. HEX triplet: BD, 6B and CC. RGB value is (189,107,204). Sum of RGB (Red+Green+Blue) = 189+107+204=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 107 (42.19% from 255 or 21.4% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD6BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6BCC is #429433. Grayscale: #8E8E8E. Windows color (decimal): -4363316 or 13396925. OLE color: 13396925.
HSL color Cylindrical-coordinate representation of color #BD6BCC: hue angle of 290.72º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BD6BCC is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 107 | 204 | - |
| CMYK | 0.07 | 0.48 | 0 | 0.2 |
| HSL | 290.72º | 0.49% | 0.61% | - |
| HSV(B) | 290.72º | 0.48% | 0.8% | - |
| XYZ | 37.14 | 25.69 | 60.13 | - |
| YUV | 142.58 | 162.67 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 107 | 204 | 0.07 | 0.48 | 0 | 0.2 | 290.72 | 0.49 | 0.61 |
| Hex | BD | 6B | CC | 7 | 30 | 0 | 14 | 123 | 31 | 3D |
| Octal | 275 | 153 | 314 | 7 | 60 | 0 | 24 | 443 | 61 | 75 |
| Binary | 10111101 | 1101011 | 11001100 | 111 | 110000 | 0 | 10100 | 100100011 | 110001 | 111101 |
Color Harmonies of #BD6BCC
Complementary color
Monochromatic Colors of #BD6BCC
Black with #BD6BCC
Text Example
Text Example
White with #BD6BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6BCC; }
p { color: rgb(189,107,204); }
H1.HeaderClassName
{
color: #BD6BCC;
}
.AnyTagClassName
{
color: #BD6BCC;
}
</style>
background-color css
<style>
a { background-color: #BD6BCC; }
a { background-color: rgb(189,107,204); }
div.DivClassName
{
background-color: #BD6BCC;
}
.BgClassName
{
background-color: #BD6BCC;
}
</style>
border-color css
<style>
span { border-color: #BD6BCC; }
span { border-color: rgb(189,107,204); }
td.TdClassName
{
border-color: #BD6BCC;
}
.TagClassName
{
border-color: #BD6BCC;
}
</style>