#B42BB3

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

Shades of Fuchsia #B42BB3

Tints of Fuchsia #B42BB3

Color information

#B42BB3 (or 0xB42BB3) is unknown color: approx Fuchsia. HEX triplet: B4, 2B and B3. RGB value is (180,43,179). Sum of RGB (Red+Green+Blue) = 180+43+179=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 43 (17.19% from 255 or 10.70% from 402); Blue value is 179 (70.31% from 255 or 44.53% from 402); Max value from RGB is 180 - color contains mainly: red. Hex color #B42BB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42BB3 is #4BD44C. Grayscale: #636363. Windows color (decimal): -4969549 or 11742132. OLE color: 11742132.

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

Color convert

RGB18043179-
CMYK00.760.010.29
HSL300.44º61.43%43.73%-
HSV(B)300.44º76.11%70.59%-
XYZ27.8214.6944.02-
YUV99.47172.89185.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.78%
GREEN value IS 43 (17.19% from 255) = 10.70%
BLUE value IS 179 (70.31% from 255) = 44.53%
R=44.78%
G=10.70%
B=44.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1804317900.760.010.29300.4461.4343.73
HexB42BB304C11D12c3d2c
Octal2645326301141354547554
Binary101101001010111011001101001100111101100101100111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42BB3; }

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

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

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

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

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

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

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

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