#B44BB9

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

Shades of Fuchsia #B44BB9

Tints of Fuchsia #B44BB9

Color information

#B44BB9 (or 0xB44BB9) is unknown color: approx Fuchsia. HEX triplet: B4, 4B and B9. RGB value is (180,75,185). Sum of RGB (Red+Green+Blue) = 180+75+185=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 75 (29.69% from 255 or 17.05% from 440); Blue value is 185 (72.66% from 255 or 42.05% from 440); Max value from RGB is 185 - color contains mainly: blue. Hex color #B44BB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B44BB9 is #4BB446. Grayscale: #767676. Windows color (decimal): -4961351 or 12143540. OLE color: 12143540.

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

Color convert

RGB18075185-
CMYK0.030.5900.27
HSL297.27º44%50.98%-
HSV(B)297.27º59.46%72.55%-
XYZ30.118.2447.83-
YUV118.94165.29171.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.91%
GREEN value IS 75 (29.69% from 255) = 17.05%
BLUE value IS 185 (72.66% from 255) = 42.05%
R=40.91%
G=17.05%
B=42.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal180751850.030.5900.27297.274450.98
HexB44BB933B01B1292c33
Octal2641132713730334515463
Binary1011010010010111011100111111011011011100101001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44BB9; }

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

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

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

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

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

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

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

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