#BC74BA

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

Shades of Fuchsia #BC74BA

Tints of Fuchsia #BC74BA

Color information

#BC74BA (or 0xBC74BA) is unknown color: approx Fuchsia. HEX triplet: BC, 74 and BA. RGB value is (188,116,186). Sum of RGB (Red+Green+Blue) = 188+116+186=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 116 (45.70% from 255 or 23.67% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 188 - color contains mainly: red. Hex color #BC74BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC74BA is #438B45. Grayscale: #919191. Windows color (decimal): -4426566 or 12219580. OLE color: 12219580.

HSL color Cylindrical-coordinate representation of color #BC74BA: hue angle of 301.67º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC74BA is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB188116186-
CMYK00.380.010.26
HSL301.67º34.95%59.61%-
HSV(B)301.67º38.3%73.73%-
XYZ35.8526.7349.72-
YUV145.51150.85158.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.37%
GREEN value IS 116 (45.70% from 255) = 23.67%
BLUE value IS 186 (73.05% from 255) = 37.96%
R=38.37%
G=23.67%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811618600.380.010.26301.6734.9559.61
HexBC74BA02611A12e233c
Octal2741642720461324564374
Binary101111001110100101110100100110111010100101110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC74BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC74BA; }

 p { color: rgb(188,116,186); }

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

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

 a { background-color: rgb(188,116,186); }

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

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

 span { border-color: rgb(188,116,186); }

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