#B44CC1

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

Shades of Fuchsia #B44CC1

Tints of Fuchsia #B44CC1

Color information

#B44CC1 (or 0xB44CC1) is unknown color: approx Fuchsia. HEX triplet: B4, 4C and C1. RGB value is (180,76,193). Sum of RGB (Red+Green+Blue) = 180+76+193=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 76 (30.08% from 255 or 16.93% from 449); Blue value is 193 (75.78% from 255 or 42.98% from 449); Max value from RGB is 193 - color contains mainly: blue. Hex color #B44CC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B44CC1 is #4BB33E. Grayscale: #787878. Windows color (decimal): -4961087 or 12668084. OLE color: 12668084.

HSL color Cylindrical-coordinate representation of color #B44CC1: hue angle of 293.33º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B44CC1 is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18076193-
CMYK0.070.6100.24
HSL293.33º48.55%52.75%-
HSV(B)293.33º60.62%75.69%-
XYZ31.0318.7252.43-
YUV120.43168.96170.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.09%
GREEN value IS 76 (30.08% from 255) = 16.93%
BLUE value IS 193 (75.78% from 255) = 42.98%
R=40.09%
G=16.93%
B=42.98%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal180761930.070.6100.24293.3348.5552.75
HexB44CC173D0181253135
Octal2641143017750304456165
Binary10110100100110011000001111111101011000100100101110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44CC1; }

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

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

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

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

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

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

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

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