#B42BAE

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

Shades of Fuchsia #B42BAE

Tints of Fuchsia #B42BAE

Color information

#B42BAE (or 0xB42BAE) is unknown color: approx Fuchsia. HEX triplet: B4, 2B and AE. RGB value is (180,43,174). Sum of RGB (Red+Green+Blue) = 180+43+174=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 43 (17.19% from 255 or 10.83% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 180 - color contains mainly: red. Hex color #B42BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42BAE is #4BD451. Grayscale: #626262. Windows color (decimal): -4969554 or 11414452. OLE color: 11414452.

HSL color Cylindrical-coordinate representation of color #B42BAE: hue angle of 302.63º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B42BAE is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB18043174-
CMYK00.760.030.29
HSL302.63º61.43%43.73%-
HSV(B)302.63º76.11%70.59%-
XYZ27.3314.4941.4-
YUV98.9170.39185.85-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.34%
GREEN value IS 43 (17.19% from 255) = 10.83%
BLUE value IS 174 (68.36% from 255) = 43.83%
R=45.34%
G=10.83%
B=43.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1804317400.760.030.29302.6361.4343.73
HexB42BAE04C31D12f3d2c
Octal2645325601143354577554
Binary1011010010101110101110010011001111101100101111111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42BAE; }

 p { color: rgb(180,43,174); }

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

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

 a { background-color: rgb(180,43,174); }

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

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

 span { border-color: rgb(180,43,174); }

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