Shades of Medium Orchid #BC4ACF
Tints of Medium Orchid #BC4ACF
RGB
CMYK
RGB Variations
Color information
#BC4ACF (or 0xBC4ACF) is known color: Medium Orchid. HEX triplet: BC, 4A and CF. RGB value is (188,74,207). Sum of RGB (Red+Green+Blue) = 188+74+207=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 74 (29.30% from 255 or 15.78% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC4ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC4ACF is #43B530. Grayscale: #7A7A7A. Windows color (decimal): -4437297 or 13585084. OLE color: 13585084.
HSL color Cylindrical-coordinate representation of color #BC4ACF: hue angle of 291.43º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC4ACF is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 74 | 207 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.19 |
| HSL | 291.43º | 0.58% | 0.55% | - |
| HSV(B) | 291.43º | 0.64% | 0.81% | - |
| XYZ | 34.45 | 20.09 | 61.09 | - |
| YUV | 123.25 | 175.27 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 74 | 207 | 0.09 | 0.64 | 0 | 0.19 | 291.43 | 0.58 | 0.55 |
| Hex | BC | 4A | CF | 9 | 40 | 0 | 13 | 123 | 3A | 37 |
| Octal | 274 | 112 | 317 | 11 | 100 | 0 | 23 | 443 | 72 | 67 |
| Binary | 10111100 | 1001010 | 11001111 | 1001 | 1000000 | 0 | 10011 | 100100011 | 111010 | 110111 |
Color Harmonies of #BC4ACF
Complementary color
Monochromatic Colors of #BC4ACF
Black with #BC4ACF
Text Example
Text Example
White with #BC4ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4ACF; }
p { color: rgb(188,74,207); }
H1.HeaderClassName
{
color: #BC4ACF;
}
.AnyTagClassName
{
color: #BC4ACF;
}
</style>
background-color css
<style>
a { background-color: #BC4ACF; }
a { background-color: rgb(188,74,207); }
div.DivClassName
{
background-color: #BC4ACF;
}
.BgClassName
{
background-color: #BC4ACF;
}
</style>
border-color css
<style>
span { border-color: #BC4ACF; }
span { border-color: rgb(188,74,207); }
td.TdClassName
{
border-color: #BC4ACF;
}
.TagClassName
{
border-color: #BC4ACF;
}
</style>