#B44CBD

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

Shades of Fuchsia #B44CBD

Tints of Fuchsia #B44CBD

Color information

#B44CBD (or 0xB44CBD) is unknown color: approx Fuchsia. HEX triplet: B4, 4C and BD. RGB value is (180,76,189). Sum of RGB (Red+Green+Blue) = 180+76+189=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 76 (30.08% from 255 or 17.08% from 445); Blue value is 189 (74.22% from 255 or 42.47% from 445); Max value from RGB is 189 - color contains mainly: blue. Hex color #B44CBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B44CBD is #4BB342. Grayscale: #777777. Windows color (decimal): -4961091 or 12405940. OLE color: 12405940.

HSL color Cylindrical-coordinate representation of color #B44CBD: hue angle of 295.22º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B44CBD is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18076189-
CMYK0.050.6000.26
HSL295.22º46.12%51.96%-
HSV(B)295.22º59.79%74.12%-
XYZ30.5918.5550.11-
YUV119.98166.96170.81-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.45%
GREEN value IS 76 (30.08% from 255) = 17.08%
BLUE value IS 189 (74.22% from 255) = 42.47%
R=40.45%
G=17.08%
B=42.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal180761890.050.6000.26295.2246.1251.96
HexB44CBD53C01A1272e34
Octal2641142755740324475664
Binary10110100100110010111101101111100011010100100111101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44CBD; }

 p { color: rgb(180,76,189); }

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

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

 a { background-color: rgb(180,76,189); }

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

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

 span { border-color: rgb(180,76,189); }

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