Shades of Medium Orchid #BD5CCA
Tints of Medium Orchid #BD5CCA
RGB
CMYK
RGB Variations
Color information
#BD5CCA (or 0xBD5CCA) is known color: Medium Orchid. HEX triplet: BD, 5C and CA. RGB value is (189,92,202). Sum of RGB (Red+Green+Blue) = 189+92+202=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 92 (36.33% from 255 or 19.05% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD5CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5CCA is #42A335. Grayscale: #858585. Windows color (decimal): -4367158 or 13262013. OLE color: 13262013.
HSL color Cylindrical-coordinate representation of color #BD5CCA: hue angle of 292.91º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD5CCA is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 92 | 202 | - |
| CMYK | 0.06 | 0.54 | 0 | 0.21 |
| HSL | 292.91º | 0.51% | 0.58% | - |
| HSV(B) | 292.91º | 0.54% | 0.79% | - |
| XYZ | 35.47 | 22.74 | 58.4 | - |
| YUV | 133.54 | 166.64 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 92 | 202 | 0.06 | 0.54 | 0 | 0.21 | 292.91 | 0.51 | 0.58 |
| Hex | BD | 5C | CA | 6 | 36 | 0 | 15 | 125 | 33 | 3A |
| Octal | 275 | 134 | 312 | 6 | 66 | 0 | 25 | 445 | 63 | 72 |
| Binary | 10111101 | 1011100 | 11001010 | 110 | 110110 | 0 | 10101 | 100100101 | 110011 | 111010 |
Color Harmonies of #BD5CCA
Complementary color
Monochromatic Colors of #BD5CCA
Black with #BD5CCA
Text Example
Text Example
White with #BD5CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5CCA; }
p { color: rgb(189,92,202); }
H1.HeaderClassName
{
color: #BD5CCA;
}
.AnyTagClassName
{
color: #BD5CCA;
}
</style>
background-color css
<style>
a { background-color: #BD5CCA; }
a { background-color: rgb(189,92,202); }
div.DivClassName
{
background-color: #BD5CCA;
}
.BgClassName
{
background-color: #BD5CCA;
}
</style>
border-color css
<style>
span { border-color: #BD5CCA; }
span { border-color: rgb(189,92,202); }
td.TdClassName
{
border-color: #BD5CCA;
}
.TagClassName
{
border-color: #BD5CCA;
}
</style>