#b42baf

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

Shades of Fuchsia #B42BAF

Tints of Fuchsia #B42BAF

Color information

#B42BAF (or 0xB42BAF) is unknown color: approx Fuchsia. HEX triplet: B4, 2B and AF. RGB value is (180,43,175). Sum of RGB (Red+Green+Blue) = 180+43+175=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 43 (17.19% from 255 or 10.80% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 180 - color contains mainly: red. Hex color #B42BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42BAF is #4BD450. Grayscale: #626262. Windows color (decimal): -4969553 or 11479988. OLE color: 11479988.

HSL color Cylindrical-coordinate representation of color #B42BAF: hue angle of 302.19º 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 #B42BAF is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB18043175-
CMYK00.760.030.29
HSL302.19º61.43%43.73%-
HSV(B)302.19º76.11%70.59%-
XYZ27.4214.5341.92-
YUV99.01170.89185.77-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.23%
GREEN value IS 43 (17.19% from 255) = 10.80%
BLUE value IS 175 (68.75% from 255) = 43.97%
R=45.23%
G=10.80%
B=43.97%

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
Decimal1804317500.760.030.29302.1961.4343.73
HexB42BAF04C31D12e3d2c
Octal2645325701143354567554
Binary1011010010101110101111010011001111101100101110111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b42baf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b42baf; }

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

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

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

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

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

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

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

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