#B452AA

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

Shades of Fuchsia #B452AA

Tints of Fuchsia #B452AA

Color information

#B452AA (or 0xB452AA) is unknown color: approx Fuchsia. HEX triplet: B4, 52 and AA. RGB value is (180,82,170). Sum of RGB (Red+Green+Blue) = 180+82+170=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 82 (32.42% from 255 or 18.98% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 180 - color contains mainly: red. Hex color #B452AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B452AA is #4BAD55. Grayscale: #797979. Windows color (decimal): -4959574 or 11162292. OLE color: 11162292.

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

Color convert

RGB18082170-
CMYK00.540.060.29
HSL306.12º39.52%51.37%-
HSV(B)306.12º54.44%70.59%-
XYZ29.118.6440.09-
YUV121.33155.47169.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.67%
GREEN value IS 82 (32.42% from 255) = 18.98%
BLUE value IS 170 (66.80% from 255) = 39.35%
R=41.67%
G=18.98%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808217000.540.060.29306.1239.5251.37
HexB452AA03661D1322833
Octal2641222520666354625063
Binary10110100101001010101010011011011011101100110010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B452AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B452AA; }

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

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

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

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

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

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

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

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