#BB4EBC

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

Shades of Fuchsia #BB4EBC

Tints of Fuchsia #BB4EBC

Color information

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

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

Color convert

RGB18778188-
CMYK0.010.5900.26
HSL299.45º45.08%52.16%-
HSV(B)299.45º58.51%73.73%-
XYZ32.319.6449.67-
YUV123.13164.61173.56-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal187781880.010.5900.26299.4545.0852.16
HexBB4EBC13B01A12b2d34
Octal2731162741730324535564
Binary101110111001110101111001111011011010100101011101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4EBC; }

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

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

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

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

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

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

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

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