#B43BA8

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

Shades of Fuchsia #B43BA8

Tints of Fuchsia #B43BA8

Color information

#B43BA8 (or 0xB43BA8) is unknown color: approx Fuchsia. HEX triplet: B4, 3B and A8. RGB value is (180,59,168). Sum of RGB (Red+Green+Blue) = 180+59+168=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 59 (23.44% from 255 or 14.50% from 407); Blue value is 168 (66.02% from 255 or 41.28% from 407); Max value from RGB is 180 - color contains mainly: red. Hex color #B43BA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43BA8 is #4BC457. Grayscale: #6B6B6B. Windows color (decimal): -4965464 or 11025332. OLE color: 11025332.

HSL color Cylindrical-coordinate representation of color #B43BA8: hue angle of 305.95º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B43BA8 is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB18059168-
CMYK00.670.070.29
HSL305.95º50.63%46.86%-
HSV(B)305.95º67.22%70.59%-
XYZ27.4515.6638.62-
YUV107.6162.09179.64-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.23%
GREEN value IS 59 (23.44% from 255) = 14.50%
BLUE value IS 168 (66.02% from 255) = 41.28%
R=44.23%
G=14.50%
B=41.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805916800.670.070.29305.9550.6346.86
HexB43BA804371D132332f
Octal2647325001037354626357
Binary10110100111011101010000100001111111101100110010110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43BA8; }

 p { color: rgb(180,59,168); }

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

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

 a { background-color: rgb(180,59,168); }

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

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

 span { border-color: rgb(180,59,168); }

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