#B472BB

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

Shades of Fuchsia #B472BB

Tints of Fuchsia #B472BB

Color information

#B472BB (or 0xB472BB) is unknown color: approx Fuchsia. HEX triplet: B4, 72 and BB. RGB value is (180,114,187). Sum of RGB (Red+Green+Blue) = 180+114+187=481 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.42% from 481); Green value is 114 (44.92% from 255 or 23.70% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 187 - color contains mainly: blue. Hex color #B472BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B472BB is #4B8D44. Grayscale: #8D8D8D. Windows color (decimal): -4951365 or 12284596. OLE color: 12284596.

HSL color Cylindrical-coordinate representation of color #B472BB: hue angle of 294.25º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B472BB is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB180114187-
CMYK0.040.3900.27
HSL294.25º34.93%59.02%-
HSV(B)294.25º39.04%73.33%-
XYZ33.8125.3350.12-
YUV142.06153.37155.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.42%
GREEN value IS 114 (44.92% from 255) = 23.70%
BLUE value IS 187 (73.44% from 255) = 38.88%
R=37.42%
G=23.70%
B=38.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801141870.040.3900.27294.2534.9359.02
HexB472BB42701B126233b
Octal2641622734470334464373
Binary10110100111001010111011100100111011011100100110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B472BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B472BB; }

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

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

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

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

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

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

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

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