#BC47CA

Color #BC47CA Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #BC47CA

Tints of Medium Orchid #BC47CA

Color information

#BC47CA (or 0xBC47CA) is unknown color: approx Medium Orchid. HEX triplet: BC, 47 and CA. RGB value is (188,71,202). Sum of RGB (Red+Green+Blue) = 188+71+202=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 71 (28.12% from 255 or 15.40% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC47CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC47CA is #43B835. Grayscale: #787878. Windows color (decimal): -4438070 or 13256636. OLE color: 13256636.

HSL color Cylindrical-coordinate representation of color #BC47CA: hue angle of 293.59º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC47CA is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18871202-
CMYK0.070.6500.21
HSL293.59º55.27%53.53%-
HSV(B)293.59º64.85%79.22%-
XYZ33.6519.4657.86-
YUV120.92173.76175.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 40.78%
GREEN value IS 71 (28.12% from 255) = 15.40%
BLUE value IS 202 (79.30% from 255) = 43.82%
R=40.78%
G=15.40%
B=43.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal188712020.070.6500.21293.5955.2753.53
HexBC47CA7410151263736
Octal27410731271010254466766
Binary101111001000111110010101111000001010101100100110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC47CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC47CA; }

 p { color: rgb(188,71,202); }

 H1.HeaderClassName
 {
   color: #BC47CA;
 }
 .AnyTagClassName
 {
   color: #BC47CA;
 }
</style>
background-color css

<style>
 a { background-color: #BC47CA; }

 a { background-color: rgb(188,71,202); }

 div.DivClassName
 {
   background-color: #BC47CA;
 }
 .BgClassName
 {
   background-color: #BC47CA;
 }
</style>
border-color css

<style>
 span { border-color: #BC47CA; }

 span { border-color: rgb(188,71,202); }

 td.TdClassName
 {
   border-color: #BC47CA;
 }
 .TagClassName
 {
   border-color: #BC47CA;
 }
</style>