#B43AA8

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

Shades of Fuchsia #B43AA8

Tints of Fuchsia #B43AA8

Color information

#B43AA8 (or 0xB43AA8) is unknown color: approx Fuchsia. HEX triplet: B4, 3A and A8. RGB value is (180,58,168). Sum of RGB (Red+Green+Blue) = 180+58+168=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 58 (23.05% from 255 or 14.29% from 406); Blue value is 168 (66.02% from 255 or 41.38% from 406); Max value from RGB is 180 - color contains mainly: red. Hex color #B43AA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43AA8 is #4BC557. Grayscale: #6A6A6A. Windows color (decimal): -4965720 or 11025076. OLE color: 11025076.

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

Color convert

RGB18058168-
CMYK00.680.070.29
HSL305.9º51.26%46.67%-
HSV(B)305.9º67.78%70.59%-
XYZ27.415.5638.6-
YUV107.02162.42180.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.33%
GREEN value IS 58 (23.05% from 255) = 14.29%
BLUE value IS 168 (66.02% from 255) = 41.38%
R=44.33%
G=14.29%
B=41.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805816800.680.070.29305.951.2646.67
HexB43AA804471D132332f
Octal2647225001047354626357
Binary10110100111010101010000100010011111101100110010110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43AA8; }

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

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

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

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

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

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

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

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