#B452B2

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

Shades of Fuchsia #B452B2

Tints of Fuchsia #B452B2

Color information

#B452B2 (or 0xB452B2) is unknown color: approx Fuchsia. HEX triplet: B4, 52 and B2. RGB value is (180,82,178). Sum of RGB (Red+Green+Blue) = 180+82+178=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 82 (32.42% from 255 or 18.64% from 440); Blue value is 178 (69.92% from 255 or 40.45% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B452B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B452B2 is #4BAD4D. Grayscale: #797979. Windows color (decimal): -4959566 or 11686580. OLE color: 11686580.

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

Color convert

RGB18082178-
CMYK00.540.010.29
HSL301.22º39.52%51.37%-
HSV(B)301.22º54.44%70.59%-
XYZ29.8818.9544.2-
YUV122.25159.47169.19-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.91%
GREEN value IS 82 (32.42% from 255) = 18.64%
BLUE value IS 178 (69.92% from 255) = 40.45%
R=40.91%
G=18.64%
B=40.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808217800.540.010.29301.2239.5251.37
HexB452B203611D12d2833
Octal2641222620661354555063
Binary101101001010010101100100110110111101100101101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B452B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B452B2; }

 p { color: rgb(180,82,178); }

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

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

 a { background-color: rgb(180,82,178); }

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

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

 span { border-color: rgb(180,82,178); }

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