#BC4EBB

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

Shades of Fuchsia #BC4EBB

Tints of Fuchsia #BC4EBB

Color information

#BC4EBB (or 0xBC4EBB) is unknown color: approx Fuchsia. HEX triplet: BC, 4E and BB. RGB value is (188,78,187). Sum of RGB (Red+Green+Blue) = 188+78+187=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 78 (30.86% from 255 or 17.22% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4EBB is #43B144. Grayscale: #7A7A7A. Windows color (decimal): -4436293 or 12275388. OLE color: 12275388.

HSL color Cylindrical-coordinate representation of color #BC4EBB: hue angle of 300.55º 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 #BC4EBB is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB18878187-
CMYK00.590.010.26
HSL300.55º45.08%52.16%-
HSV(B)300.55º58.51%73.73%-
XYZ32.4319.7349.11-
YUV123.32163.94174.14-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.50%
GREEN value IS 78 (30.86% from 255) = 17.22%
BLUE value IS 187 (73.44% from 255) = 41.28%
R=41.50%
G=17.22%
B=41.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887818700.590.010.26300.5545.0852.16
HexBC4EBB03B11A12d2d34
Octal2741162730731324555564
Binary101111001001110101110110111011111010100101101101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4EBB; }

 p { color: rgb(188,78,187); }

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

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

 a { background-color: rgb(188,78,187); }

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

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

 span { border-color: rgb(188,78,187); }

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