#B435B0

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

Shades of Fuchsia #B435B0

Tints of Fuchsia #B435B0

Color information

#B435B0 (or 0xB435B0) is unknown color: approx Fuchsia. HEX triplet: B4, 35 and B0. RGB value is (180,53,176). Sum of RGB (Red+Green+Blue) = 180+53+176=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 53 (21.09% from 255 or 12.96% from 409); Blue value is 176 (69.14% from 255 or 43.03% from 409); Max value from RGB is 180 - color contains mainly: red. Hex color #B435B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B435B0 is #4BCA4F. Grayscale: #686868. Windows color (decimal): -4966992 or 11548084. OLE color: 11548084.

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

Color convert

RGB18053176-
CMYK00.710.020.29
HSL301.89º54.51%45.69%-
HSV(B)301.89º70.56%70.59%-
XYZ27.9315.3842.57-
YUV105168.08181.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.01%
GREEN value IS 53 (21.09% from 255) = 12.96%
BLUE value IS 176 (69.14% from 255) = 43.03%
R=44.01%
G=12.96%
B=43.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805317600.710.020.29301.8954.5145.69
HexB435B004721D12e372e
Octal2646526001072354566756
Binary1011010011010110110000010001111011101100101110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B435B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B435B0; }

 p { color: rgb(180,53,176); }

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

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

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

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

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

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

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