#B453B1

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

Shades of Fuchsia #B453B1

Tints of Fuchsia #B453B1

Color information

#B453B1 (or 0xB453B1) is unknown color: approx Fuchsia. HEX triplet: B4, 53 and B1. RGB value is (180,83,177). Sum of RGB (Red+Green+Blue) = 180+83+177=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 83 (32.81% from 255 or 18.86% from 440); Blue value is 177 (69.53% from 255 or 40.23% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B453B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B453B1 is #4BAC4E. Grayscale: #7A7A7A. Windows color (decimal): -4959311 or 11621300. OLE color: 11621300.

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

Color convert

RGB18083177-
CMYK00.540.020.29
HSL301.86º39.27%51.57%-
HSV(B)301.86º53.89%70.59%-
XYZ29.8519.0643.7-
YUV122.72158.64168.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.91%
GREEN value IS 83 (32.81% from 255) = 18.86%
BLUE value IS 177 (69.53% from 255) = 40.23%
R=40.91%
G=18.86%
B=40.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808317700.540.020.29301.8639.2751.57
HexB453B103621D12e2734
Octal2641232610662354564764
Binary1011010010100111011000101101101011101100101110100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B453B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B453B1; }

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

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

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

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

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

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

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

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