Shades of Medium Orchid #BD55CA
Tints of Medium Orchid #BD55CA
RGB
CMYK
RGB Variations
Color information
#BD55CA (or 0xBD55CA) is known color: Medium Orchid. HEX triplet: BD, 55 and CA. RGB value is (189,85,202). Sum of RGB (Red+Green+Blue) = 189+85+202=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 85 (33.59% from 255 or 17.86% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD55CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD55CA is #42AA35. Grayscale: #818181. Windows color (decimal): -4368950 or 13260221. OLE color: 13260221.
HSL color Cylindrical-coordinate representation of color #BD55CA: hue angle of 293.33º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD55CA is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 85 | 202 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.21 |
| HSL | 293.33º | 0.52% | 0.56% | - |
| HSV(B) | 293.33º | 0.58% | 0.79% | - |
| XYZ | 34.9 | 21.58 | 58.2 | - |
| YUV | 129.43 | 168.96 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 85 | 202 | 0.06 | 0.58 | 0 | 0.21 | 293.33 | 0.52 | 0.56 |
| Hex | BD | 55 | CA | 6 | 3A | 0 | 15 | 125 | 34 | 38 |
| Octal | 275 | 125 | 312 | 6 | 72 | 0 | 25 | 445 | 64 | 70 |
| Binary | 10111101 | 1010101 | 11001010 | 110 | 111010 | 0 | 10101 | 100100101 | 110100 | 111000 |
Color Harmonies of #BD55CA
Complementary color
Monochromatic Colors of #BD55CA
Black with #BD55CA
Text Example
Text Example
White with #BD55CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD55CA; }
p { color: rgb(189,85,202); }
H1.HeaderClassName
{
color: #BD55CA;
}
.AnyTagClassName
{
color: #BD55CA;
}
</style>
background-color css
<style>
a { background-color: #BD55CA; }
a { background-color: rgb(189,85,202); }
div.DivClassName
{
background-color: #BD55CA;
}
.BgClassName
{
background-color: #BD55CA;
}
</style>
border-color css
<style>
span { border-color: #BD55CA; }
span { border-color: rgb(189,85,202); }
td.TdClassName
{
border-color: #BD55CA;
}
.TagClassName
{
border-color: #BD55CA;
}
</style>