#BC4DB0

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

Shades of Fuchsia #BC4DB0

Tints of Fuchsia #BC4DB0

Color information

#BC4DB0 (or 0xBC4DB0) is unknown color: approx Fuchsia. HEX triplet: BC, 4D and B0. RGB value is (188,77,176). Sum of RGB (Red+Green+Blue) = 188+77+176=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 77 (30.47% from 255 or 17.46% from 441); Blue value is 176 (69.14% from 255 or 39.91% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC4DB0 is #43B24F. Grayscale: #797979. Windows color (decimal): -4436560 or 11554236. OLE color: 11554236.

HSL color Cylindrical-coordinate representation of color #BC4DB0: hue angle of 306.49º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC4DB0 is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB18877176-
CMYK00.590.060.26
HSL306.49º45.31%51.96%-
HSV(B)306.49º59.04%73.73%-
XYZ31.2319.1343.12-
YUV121.48158.77175.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.63%
GREEN value IS 77 (30.47% from 255) = 17.46%
BLUE value IS 176 (69.14% from 255) = 39.91%
R=42.63%
G=17.46%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887717600.590.060.26306.4945.3151.96
HexBC4DB003B61A1322d34
Octal2741152600736324625564
Binary10111100100110110110000011101111011010100110010101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4DB0; }

 p { color: rgb(188,77,176); }

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

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

 a { background-color: rgb(188,77,176); }

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

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

 span { border-color: rgb(188,77,176); }

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