#BB4EB6

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

Shades of Fuchsia #BB4EB6

Tints of Fuchsia #BB4EB6

Color information

#BB4EB6 (or 0xBB4EB6) is unknown color: approx Fuchsia. HEX triplet: BB, 4E and B6. RGB value is (187,78,182). Sum of RGB (Red+Green+Blue) = 187+78+182=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 78 (30.86% from 255 or 17.45% from 447); Blue value is 182 (71.48% from 255 or 40.72% from 447); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4EB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4EB6 is #44B149. Grayscale: #7A7A7A. Windows color (decimal): -4501834 or 11947707. OLE color: 11947707.

HSL color Cylindrical-coordinate representation of color #BB4EB6: hue angle of 302.75º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB4EB6 is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB18778182-
CMYK00.580.030.27
HSL302.75º44.49%51.96%-
HSV(B)302.75º58.29%73.33%-
XYZ31.6619.3946.33-
YUV122.45161.61174.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.83%
GREEN value IS 78 (30.86% from 255) = 17.45%
BLUE value IS 182 (71.48% from 255) = 40.72%
R=41.83%
G=17.45%
B=40.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877818200.580.030.27302.7544.4951.96
HexBB4EB603A31B12f2c34
Octal2731162660723334575464
Binary1011101110011101011011001110101111011100101111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4EB6; }

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

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

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

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

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

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

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

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