#B42BB0

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

Shades of Fuchsia #B42BB0

Tints of Fuchsia #B42BB0

Color information

#B42BB0 (or 0xB42BB0) is unknown color: approx Fuchsia. HEX triplet: B4, 2B and B0. RGB value is (180,43,176). Sum of RGB (Red+Green+Blue) = 180+43+176=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 43 (17.19% from 255 or 10.78% from 399); Blue value is 176 (69.14% from 255 or 44.11% from 399); Max value from RGB is 180 - color contains mainly: red. Hex color #B42BB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42BB0 is #4BD44F. Grayscale: #626262. Windows color (decimal): -4969552 or 11545524. OLE color: 11545524.

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

Color convert

RGB18043176-
CMYK00.760.020.29
HSL301.75º61.43%43.73%-
HSV(B)301.75º76.11%70.59%-
XYZ27.5214.5742.44-
YUV99.12171.39185.69-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.11%
GREEN value IS 43 (17.19% from 255) = 10.78%
BLUE value IS 176 (69.14% from 255) = 44.11%
R=45.11%
G=10.78%
B=44.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1804317600.760.020.29301.7561.4343.73
HexB42BB004C21D12e3d2c
Octal2645326001142354567554
Binary1011010010101110110000010011001011101100101110111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42BB0; }

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

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

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

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

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

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

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

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