#BC39B4

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

Shades of Fuchsia #BC39B4

Tints of Fuchsia #BC39B4

Color information

#BC39B4 (or 0xBC39B4) is unknown color: approx Fuchsia. HEX triplet: BC, 39 and B4. RGB value is (188,57,180). Sum of RGB (Red+Green+Blue) = 188+57+180=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 57 (22.66% from 255 or 13.41% from 425); Blue value is 180 (70.70% from 255 or 42.35% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC39B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC39B4 is #43C64B. Grayscale: #6D6D6D. Windows color (decimal): -4441676 or 11811260. OLE color: 11811260.

HSL color Cylindrical-coordinate representation of color #BC39B4: hue angle of 303.66º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC39B4 is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB18857180-
CMYK00.700.040.26
HSL303.66º53.47%48.04%-
HSV(B)303.66º69.68%73.73%-
XYZ30.4416.9144.84-
YUV110.19167.4183.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.24%
GREEN value IS 57 (22.66% from 255) = 13.41%
BLUE value IS 180 (70.70% from 255) = 42.35%
R=44.24%
G=13.41%
B=42.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1885718000.700.040.26303.6653.4748.04
HexBC39B404641A1303530
Octal2747126401064324606560
Binary10111100111001101101000100011010011010100110000110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC39B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC39B4; }

 p { color: rgb(188,57,180); }

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

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

 a { background-color: rgb(188,57,180); }

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

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

 span { border-color: rgb(188,57,180); }

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