#BB44BE

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

Shades of Fuchsia #BB44BE

Tints of Fuchsia #BB44BE

Color information

#BB44BE (or 0xBB44BE) is unknown color: approx Fuchsia. HEX triplet: BB, 44 and BE. RGB value is (187,68,190). Sum of RGB (Red+Green+Blue) = 187+68+190=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 68 (26.95% from 255 or 15.28% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB44BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB44BE is #44BB41. Grayscale: #757575. Windows color (decimal): -4504386 or 12469435. OLE color: 12469435.

HSL color Cylindrical-coordinate representation of color #BB44BE: hue angle of 298.52º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB44BE is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18768190-
CMYK0.020.6400.25
HSL298.52º48.41%50.59%-
HSV(B)298.52º64.21%74.51%-
XYZ31.8518.4250.59-
YUV117.49168.92177.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.02%
GREEN value IS 68 (26.95% from 255) = 15.28%
BLUE value IS 190 (74.61% from 255) = 42.70%
R=42.02%
G=15.28%
B=42.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal187681900.020.6400.25298.5248.4150.59
HexBB44BE24001912b3033
Octal27310427621000314536063
Binary10111011100010010111110101000000011001100101011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB44BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB44BE; }

 p { color: rgb(187,68,190); }

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

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

 a { background-color: rgb(187,68,190); }

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

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

 span { border-color: rgb(187,68,190); }

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