Shades of Medium Orchid #BC45CA
Tints of Medium Orchid #BC45CA
RGB
CMYK
RGB Variations
Color information
#BC45CA (or 0xBC45CA) is known color: Medium Orchid. HEX triplet: BC, 45 and CA. RGB value is (188,69,202). Sum of RGB (Red+Green+Blue) = 188+69+202=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 69 (27.34% from 255 or 15.03% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC45CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC45CA is #43BA35. Grayscale: #777777. Windows color (decimal): -4438582 or 13256124. OLE color: 13256124.
HSL color Cylindrical-coordinate representation of color #BC45CA: hue angle of 293.68º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC45CA is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 69 | 202 | - |
| CMYK | 0.07 | 0.66 | 0 | 0.21 |
| HSL | 293.68º | 0.56% | 0.53% | - |
| HSV(B) | 293.68º | 0.66% | 0.79% | - |
| XYZ | 33.53 | 19.21 | 57.82 | - |
| YUV | 119.74 | 174.42 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 202 | 0.07 | 0.66 | 0 | 0.21 | 293.68 | 0.56 | 0.53 |
| Hex | BC | 45 | CA | 7 | 42 | 0 | 15 | 126 | 38 | 35 |
| Octal | 274 | 105 | 312 | 7 | 102 | 0 | 25 | 446 | 70 | 65 |
| Binary | 10111100 | 1000101 | 11001010 | 111 | 1000010 | 0 | 10101 | 100100110 | 111000 | 110101 |
Color Harmonies of #BC45CA
Complementary color
Monochromatic Colors of #BC45CA
Black with #BC45CA
Text Example
Text Example
White with #BC45CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC45CA; }
p { color: rgb(188,69,202); }
H1.HeaderClassName
{
color: #BC45CA;
}
.AnyTagClassName
{
color: #BC45CA;
}
</style>
background-color css
<style>
a { background-color: #BC45CA; }
a { background-color: rgb(188,69,202); }
div.DivClassName
{
background-color: #BC45CA;
}
.BgClassName
{
background-color: #BC45CA;
}
</style>
border-color css
<style>
span { border-color: #BC45CA; }
span { border-color: rgb(188,69,202); }
td.TdClassName
{
border-color: #BC45CA;
}
.TagClassName
{
border-color: #BC45CA;
}
</style>