#B473BB

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

Shades of Fuchsia #B473BB

Tints of Fuchsia #B473BB

Color information

#B473BB (or 0xB473BB) is unknown color: approx Fuchsia. HEX triplet: B4, 73 and BB. RGB value is (180,115,187). Sum of RGB (Red+Green+Blue) = 180+115+187=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 115 (45.31% from 255 or 23.86% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 187 - color contains mainly: blue. Hex color #B473BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B473BB is #4B8C44. Grayscale: #8E8E8E. Windows color (decimal): -4951109 or 12284852. OLE color: 12284852.

HSL color Cylindrical-coordinate representation of color #B473BB: hue angle of 294.17º 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 #B473BB is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB180115187-
CMYK0.040.3900.27
HSL294.17º34.62%59.22%-
HSV(B)294.17º38.5%73.33%-
XYZ33.9225.5550.16-
YUV142.64153.03154.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.34%
GREEN value IS 115 (45.31% from 255) = 23.86%
BLUE value IS 187 (73.44% from 255) = 38.80%
R=37.34%
G=23.86%
B=38.80%

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
Decimal1801151870.040.3900.27294.1734.6259.22
HexB473BB42701B126233b
Octal2641632734470334464373
Binary10110100111001110111011100100111011011100100110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B473BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B473BB; }

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

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

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

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

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

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

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

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