#B470BA

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

Shades of Fuchsia #B470BA

Tints of Fuchsia #B470BA

Color information

#B470BA (or 0xB470BA) is unknown color: approx Fuchsia. HEX triplet: B4, 70 and BA. RGB value is (180,112,186). Sum of RGB (Red+Green+Blue) = 180+112+186=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 112 (44.14% from 255 or 23.43% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 186 - color contains mainly: blue. Hex color #B470BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B470BA is #4B8F45. Grayscale: #8C8C8C. Windows color (decimal): -4951878 or 12218548. OLE color: 12218548.

HSL color Cylindrical-coordinate representation of color #B470BA: hue angle of 295.14º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B470BA is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB180112186-
CMYK0.030.4000.27
HSL295.14º34.91%58.43%-
HSV(B)295.14º39.78%72.94%-
XYZ33.4824.8449.48-
YUV140.77153.53155.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.66%
GREEN value IS 112 (44.14% from 255) = 23.43%
BLUE value IS 186 (73.05% from 255) = 38.91%
R=37.66%
G=23.43%
B=38.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801121860.030.4000.27295.1434.9158.43
HexB470BA32801B127233a
Octal2641602723500334474372
Binary1011010011100001011101011101000011011100100111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B470BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B470BA; }

 p { color: rgb(180,112,186); }

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

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

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

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

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

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

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