Shades of Medium Orchid #BD6BCA
Tints of Medium Orchid #BD6BCA
RGB
CMYK
RGB Variations
Color information
#BD6BCA (or 0xBD6BCA) is known color: Medium Orchid. HEX triplet: BD, 6B and CA. RGB value is (189,107,202). Sum of RGB (Red+Green+Blue) = 189+107+202=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 107 (42.19% from 255 or 21.49% from 498); Blue value is 202 (79.30% from 255 or 40.56% from 498); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD6BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6BCA is #429435. Grayscale: #8E8E8E. Windows color (decimal): -4363318 or 13265853. OLE color: 13265853.
HSL color Cylindrical-coordinate representation of color #BD6BCA: hue angle of 291.79º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD6BCA is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 107 | 202 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.21 |
| HSL | 291.79º | 0.47% | 0.61% | - |
| HSV(B) | 291.79º | 0.47% | 0.79% | - |
| XYZ | 36.9 | 25.6 | 58.87 | - |
| YUV | 142.35 | 161.67 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 107 | 202 | 0.06 | 0.47 | 0 | 0.21 | 291.79 | 0.47 | 0.61 |
| Hex | BD | 6B | CA | 6 | 2F | 0 | 15 | 124 | 2F | 3D |
| Octal | 275 | 153 | 312 | 6 | 57 | 0 | 25 | 444 | 57 | 75 |
| Binary | 10111101 | 1101011 | 11001010 | 110 | 101111 | 0 | 10101 | 100100100 | 101111 | 111101 |
Color Harmonies of #BD6BCA
Complementary color
Monochromatic Colors of #BD6BCA
Black with #BD6BCA
Text Example
Text Example
White with #BD6BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6BCA; }
p { color: rgb(189,107,202); }
H1.HeaderClassName
{
color: #BD6BCA;
}
.AnyTagClassName
{
color: #BD6BCA;
}
</style>
background-color css
<style>
a { background-color: #BD6BCA; }
a { background-color: rgb(189,107,202); }
div.DivClassName
{
background-color: #BD6BCA;
}
.BgClassName
{
background-color: #BD6BCA;
}
</style>
border-color css
<style>
span { border-color: #BD6BCA; }
span { border-color: rgb(189,107,202); }
td.TdClassName
{
border-color: #BD6BCA;
}
.TagClassName
{
border-color: #BD6BCA;
}
</style>