#B470B9

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

Shades of Fuchsia #B470B9

Tints of Fuchsia #B470B9

Color information

#B470B9 (or 0xB470B9) is unknown color: approx Fuchsia. HEX triplet: B4, 70 and B9. RGB value is (180,112,185). Sum of RGB (Red+Green+Blue) = 180+112+185=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 112 (44.14% from 255 or 23.48% from 477); Blue value is 185 (72.66% from 255 or 38.78% from 477); Max value from RGB is 185 - color contains mainly: blue. Hex color #B470B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B470B9 is #4B8F46. Grayscale: #8C8C8C. Windows color (decimal): -4951879 or 12153012. OLE color: 12153012.

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

Color convert

RGB180112185-
CMYK0.030.3900.27
HSL295.89º34.27%58.24%-
HSV(B)295.89º39.46%72.55%-
XYZ33.3724.7948.93-
YUV140.65153.03156.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.74%
GREEN value IS 112 (44.14% from 255) = 23.48%
BLUE value IS 185 (72.66% from 255) = 38.78%
R=37.74%
G=23.48%
B=38.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801121850.030.3900.27295.8934.2758.24
HexB470B932701B128223a
Octal2641602713470334504272
Binary1011010011100001011100111100111011011100101000100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B470B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B470B9; }

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

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

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

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

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

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

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

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