#BC4CB2

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

Shades of Fuchsia #BC4CB2

Tints of Fuchsia #BC4CB2

Color information

#BC4CB2 (or 0xBC4CB2) is unknown color: approx Fuchsia. HEX triplet: BC, 4C and B2. RGB value is (188,76,178). Sum of RGB (Red+Green+Blue) = 188+76+178=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 76 (30.08% from 255 or 17.19% from 442); Blue value is 178 (69.92% from 255 or 40.27% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4CB2 is #43B34D. Grayscale: #787878. Windows color (decimal): -4436814 or 11685052. OLE color: 11685052.

HSL color Cylindrical-coordinate representation of color #BC4CB2: hue angle of 305.36º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC4CB2 is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB18876178-
CMYK00.600.050.26
HSL305.36º45.53%51.76%-
HSV(B)305.36º59.57%73.73%-
XYZ31.3619.0744.15-
YUV121.12160.11175.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.53%
GREEN value IS 76 (30.08% from 255) = 17.19%
BLUE value IS 178 (69.92% from 255) = 40.27%
R=42.53%
G=17.19%
B=40.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887617800.600.050.26305.3645.5351.76
HexBC4CB203C51A1312e34
Octal2741142620745324615664
Binary10111100100110010110010011110010111010100110001101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4CB2; }

 p { color: rgb(188,76,178); }

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

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

 a { background-color: rgb(188,76,178); }

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

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

 span { border-color: rgb(188,76,178); }

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