#B452B4

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

Shades of Fuchsia #B452B4

Tints of Fuchsia #B452B4

Color information

#B452B4 (or 0xB452B4) is unknown color: approx Fuchsia. HEX triplet: B4, 52 and B4. RGB value is (180,82,180). Sum of RGB (Red+Green+Blue) = 180+82+180=442 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.72% from 442); Green value is 82 (32.42% from 255 or 18.55% from 442); Blue value is 180 (70.70% from 255 or 40.72% from 442); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B452B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B452B4 is #4BAD4B. Grayscale: #7A7A7A. Windows color (decimal): -4959564 or 11817652. OLE color: 11817652.

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

Color convert

RGB18082180-
CMYK00.5400.29
HSL300º39.52%51.37%-
HSV(B)300º54.44%70.59%-
XYZ30.0819.0345.27-
YUV122.47160.47169.03-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.72%
GREEN value IS 82 (32.42% from 255) = 18.55%
BLUE value IS 180 (70.70% from 255) = 40.72%
R=40.72%
G=18.55%
B=40.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808218000.5400.2930039.5251.37
HexB452B403601D12c2833
Octal2641222640660354545063
Binary101101001010010101101000110110011101100101100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B452B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B452B4; }

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

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

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

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

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

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

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

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