#BC42C8

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

Shades of Fuchsia #BC42C8

Tints of Fuchsia #BC42C8

Color information

#BC42C8 (or 0xBC42C8) is unknown color: approx Fuchsia. HEX triplet: BC, 42 and C8. RGB value is (188,66,200). Sum of RGB (Red+Green+Blue) = 188+66+200=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 66 (26.17% from 255 or 14.54% from 454); Blue value is 200 (78.52% from 255 or 44.05% from 454); Max value from RGB is 200 - color contains mainly: blue. Hex color #BC42C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC42C8 is #43BD37. Grayscale: #757575. Windows color (decimal): -4439352 or 13124284. OLE color: 13124284.

HSL color Cylindrical-coordinate representation of color #BC42C8: hue angle of 294.63º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC42C8 is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18866200-
CMYK0.060.6700.22
HSL294.63º54.92%52.16%-
HSV(B)294.63º67%78.43%-
XYZ33.1118.7656.52-
YUV117.75174.42178.1-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.41%
GREEN value IS 66 (26.17% from 255) = 14.54%
BLUE value IS 200 (78.52% from 255) = 44.05%
R=41.41%
G=14.54%
B=44.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal188662000.060.6700.22294.6354.9252.16
HexBC42C86430161273734
Octal27410231061030264476764
Binary101111001000010110010001101000011010110100100111110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC42C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC42C8; }

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

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

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

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

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

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

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

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