#B44CC0

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

Shades of Fuchsia #B44CC0

Tints of Fuchsia #B44CC0

Color information

#B44CC0 (or 0xB44CC0) is unknown color: approx Fuchsia. HEX triplet: B4, 4C and C0. RGB value is (180,76,192). Sum of RGB (Red+Green+Blue) = 180+76+192=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 76 (30.08% from 255 or 16.96% from 448); Blue value is 192 (75.39% from 255 or 42.86% from 448); Max value from RGB is 192 - color contains mainly: blue. Hex color #B44CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B44CC0 is #4BB33F. Grayscale: #777777. Windows color (decimal): -4961088 or 12602548. OLE color: 12602548.

HSL color Cylindrical-coordinate representation of color #B44CC0: hue angle of 293.79º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B44CC0 is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18076192-
CMYK0.060.6000.25
HSL293.79º47.93%52.55%-
HSV(B)293.79º60.42%75.29%-
XYZ30.9218.6851.84-
YUV120.32168.46170.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.18%
GREEN value IS 76 (30.08% from 255) = 16.96%
BLUE value IS 192 (75.39% from 255) = 42.86%
R=40.18%
G=16.96%
B=42.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal180761920.060.6000.25293.7947.9352.55
HexB44CC063C0191263035
Octal2641143006740314466065
Binary10110100100110011000000110111100011001100100110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44CC0; }

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

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

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

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

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

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

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

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