#B435BA

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

Shades of Fuchsia #B435BA

Tints of Fuchsia #B435BA

Color information

#B435BA (or 0xB435BA) is unknown color: approx Fuchsia. HEX triplet: B4, 35 and BA. RGB value is (180,53,186). Sum of RGB (Red+Green+Blue) = 180+53+186=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 53 (21.09% from 255 or 12.65% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 186 - color contains mainly: blue. Hex color #B435BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B435BA is #4BCA45. Grayscale: #696969. Windows color (decimal): -4966982 or 12203444. OLE color: 12203444.

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

Color convert

RGB18053186-
CMYK0.030.7200.27
HSL297.29º55.65%46.86%-
HSV(B)297.29º71.51%72.94%-
XYZ28.9615.7947.98-
YUV106.14173.08180.69-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.96%
GREEN value IS 53 (21.09% from 255) = 12.65%
BLUE value IS 186 (73.05% from 255) = 44.39%
R=42.96%
G=12.65%
B=44.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal180531860.030.7200.27297.2955.6546.86
HexB435BA34801B129382f
Octal2646527231100334517057
Binary1011010011010110111010111001000011011100101001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B435BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B435BA; }

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

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

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

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

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

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

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

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