#B472B4

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

Shades of Fuchsia #B472B4

Tints of Fuchsia #B472B4

Color information

#B472B4 (or 0xB472B4) is unknown color: approx Fuchsia. HEX triplet: B4, 72 and B4. RGB value is (180,114,180). Sum of RGB (Red+Green+Blue) = 180+114+180=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 114 (44.92% from 255 or 24.05% from 474); Blue value is 180 (70.70% from 255 or 37.97% from 474); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B472B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B472B4 is #4B8D4B. Grayscale: #8D8D8D. Windows color (decimal): -4951372 or 11825844. OLE color: 11825844.

HSL color Cylindrical-coordinate representation of color #B472B4: hue angle of 300º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B472B4 is Cyan = 0, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB180114180-
CMYK00.3700.29
HSL300º30.56%57.65%-
HSV(B)300º36.67%70.59%-
XYZ33.0825.0346.27-
YUV141.26149.87155.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.97%
GREEN value IS 114 (44.92% from 255) = 24.05%
BLUE value IS 180 (70.70% from 255) = 37.97%
R=37.97%
G=24.05%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011418000.3700.2930030.5657.65
HexB472B402501D12c1f3a
Octal2641622640450354543772
Binary10110100111001010110100010010101110110010110011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B472B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B472B4; }

 p { color: rgb(180,114,180); }

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

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

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

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

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

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

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