#B44BBB

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

Shades of Fuchsia #B44BBB

Tints of Fuchsia #B44BBB

Color information

#B44BBB (or 0xB44BBB) is unknown color: approx Fuchsia. HEX triplet: B4, 4B and BB. RGB value is (180,75,187). Sum of RGB (Red+Green+Blue) = 180+75+187=442 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.72% from 442); Green value is 75 (29.69% from 255 or 16.97% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 187 - color contains mainly: blue. Hex color #B44BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B44BBB is #4BB444. Grayscale: #767676. Windows color (decimal): -4961349 or 12274612. OLE color: 12274612.

HSL color Cylindrical-coordinate representation of color #B44BBB: hue angle of 296.25º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B44BBB is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18075187-
CMYK0.040.6000.27
HSL296.25º45.16%51.37%-
HSV(B)296.25º59.89%73.33%-
XYZ30.3118.3248.95-
YUV119.16166.29171.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.72%
GREEN value IS 75 (29.69% from 255) = 16.97%
BLUE value IS 187 (73.44% from 255) = 42.31%
R=40.72%
G=16.97%
B=42.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal180751870.040.6000.27296.2545.1651.37
HexB44BBB43C01B1282d33
Octal2641132734740334505563
Binary10110100100101110111011100111100011011100101000101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44BBB; }

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

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

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

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

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

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

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

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