#bc42a8

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

Shades of Fuchsia #BC42A8

Tints of Fuchsia #BC42A8

Color information

#BC42A8 (or 0xBC42A8) is unknown color: approx Fuchsia. HEX triplet: BC, 42 and A8. RGB value is (188,66,168). Sum of RGB (Red+Green+Blue) = 188+66+168=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 66 (26.17% from 255 or 15.64% from 422); Blue value is 168 (66.02% from 255 or 39.81% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BC42A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC42A8 is #43BD57. Grayscale: #717171. Windows color (decimal): -4439384 or 11027132. OLE color: 11027132.

HSL color Cylindrical-coordinate representation of color #BC42A8: hue angle of 309.84º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC42A8 is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB18866168-
CMYK00.650.110.26
HSL309.84º48.03%49.8%-
HSV(B)309.84º64.89%73.73%-
XYZ29.7617.4138.84-
YUV114.11158.42180.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.55%
GREEN value IS 66 (26.17% from 255) = 15.64%
BLUE value IS 168 (66.02% from 255) = 39.81%
R=44.55%
G=15.64%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886616800.650.110.26309.8448.0349.8
HexBC42A8041B1A1363032
Octal274102250010113324666062
Binary1011110010000101010100001000001101111010100110110110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc42a8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc42a8; }

 p { color: rgb(188,66,168); }

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

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

 a { background-color: rgb(188,66,168); }

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

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

 span { border-color: rgb(188,66,168); }

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