#B453B5

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

Shades of Fuchsia #B453B5

Tints of Fuchsia #B453B5

Color information

#B453B5 (or 0xB453B5) is unknown color: approx Fuchsia. HEX triplet: B4, 53 and B5. RGB value is (180,83,181). Sum of RGB (Red+Green+Blue) = 180+83+181=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 83 (32.81% from 255 or 18.69% from 444); Blue value is 181 (71.09% from 255 or 40.77% from 444); Max value from RGB is 181 - color contains mainly: blue. Hex color #B453B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B453B5 is #4BAC4A. Grayscale: #7A7A7A. Windows color (decimal): -4959307 or 11883444. OLE color: 11883444.

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

Color convert

RGB18083181-
CMYK0.010.5400.29
HSL299.39º39.84%51.76%-
HSV(B)299.39º54.14%70.98%-
XYZ30.2619.2345.83-
YUV123.18160.64168.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.54%
GREEN value IS 83 (32.81% from 255) = 18.69%
BLUE value IS 181 (71.09% from 255) = 40.77%
R=40.54%
G=18.69%
B=40.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180831810.010.5400.29299.3939.8451.76
HexB453B513601D12b2834
Octal2641232651660354535064
Binary101101001010011101101011110110011101100101011101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B453B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B453B5; }

 p { color: rgb(180,83,181); }

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

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

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

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

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

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

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