Shades of Medium Orchid #BC45CF
Tints of Medium Orchid #BC45CF
RGB
CMYK
RGB Variations
Color information
#BC45CF (or 0xBC45CF) is known color: Medium Orchid. HEX triplet: BC, 45 and CF. RGB value is (188,69,207). Sum of RGB (Red+Green+Blue) = 188+69+207=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 69 (27.34% from 255 or 14.87% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC45CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC45CF is #43BA30. Grayscale: #777777. Windows color (decimal): -4438577 or 13583804. OLE color: 13583804.
HSL color Cylindrical-coordinate representation of color #BC45CF: hue angle of 291.74º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC45CF is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 69 | 207 | - |
| CMYK | 0.09 | 0.67 | 0 | 0.19 |
| HSL | 291.74º | 0.59% | 0.54% | - |
| HSV(B) | 291.74º | 0.67% | 0.81% | - |
| XYZ | 34.13 | 19.45 | 60.99 | - |
| YUV | 120.31 | 176.92 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 207 | 0.09 | 0.67 | 0 | 0.19 | 291.74 | 0.59 | 0.54 |
| Hex | BC | 45 | CF | 9 | 43 | 0 | 13 | 124 | 3B | 36 |
| Octal | 274 | 105 | 317 | 11 | 103 | 0 | 23 | 444 | 73 | 66 |
| Binary | 10111100 | 1000101 | 11001111 | 1001 | 1000011 | 0 | 10011 | 100100100 | 111011 | 110110 |
Color Harmonies of #BC45CF
Complementary color
Monochromatic Colors of #BC45CF
Black with #BC45CF
Text Example
Text Example
White with #BC45CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC45CF; }
p { color: rgb(188,69,207); }
H1.HeaderClassName
{
color: #BC45CF;
}
.AnyTagClassName
{
color: #BC45CF;
}
</style>
background-color css
<style>
a { background-color: #BC45CF; }
a { background-color: rgb(188,69,207); }
div.DivClassName
{
background-color: #BC45CF;
}
.BgClassName
{
background-color: #BC45CF;
}
</style>
border-color css
<style>
span { border-color: #BC45CF; }
span { border-color: rgb(188,69,207); }
td.TdClassName
{
border-color: #BC45CF;
}
.TagClassName
{
border-color: #BC45CF;
}
</style>