#B44BB5

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

Shades of Fuchsia #B44BB5

Tints of Fuchsia #B44BB5

Color information

#B44BB5 (or 0xB44BB5) is unknown color: approx Fuchsia. HEX triplet: B4, 4B and B5. RGB value is (180,75,181). Sum of RGB (Red+Green+Blue) = 180+75+181=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 75 (29.69% from 255 or 17.20% from 436); Blue value is 181 (71.09% from 255 or 41.51% from 436); Max value from RGB is 181 - color contains mainly: blue. Hex color #B44BB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B44BB5 is #4BB44A. Grayscale: #767676. Windows color (decimal): -4961355 or 11881396. OLE color: 11881396.

HSL color Cylindrical-coordinate representation of color #B44BB5: hue angle of 299.43º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B44BB5 is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB18075181-
CMYK0.010.5900.29
HSL299.43º41.73%50.2%-
HSV(B)299.43º58.56%70.98%-
XYZ29.6818.0745.64-
YUV118.48163.29171.88-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.28%
GREEN value IS 75 (29.69% from 255) = 17.20%
BLUE value IS 181 (71.09% from 255) = 41.51%
R=41.28%
G=17.20%
B=41.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180751810.010.5900.29299.4341.7350.2
HexB44BB513B01D12b2a32
Octal2641132651730354535262
Binary101101001001011101101011111011011101100101011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44BB5; }

 p { color: rgb(180,75,181); }

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

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

 a { background-color: rgb(180,75,181); }

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

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

 span { border-color: rgb(180,75,181); }

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