#B45BB3

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

Shades of Fuchsia #B45BB3

Tints of Fuchsia #B45BB3

Color information

#B45BB3 (or 0xB45BB3) is unknown color: approx Fuchsia. HEX triplet: B4, 5B and B3. RGB value is (180,91,179). Sum of RGB (Red+Green+Blue) = 180+91+179=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 91 (35.94% from 255 or 20.22% from 450); Blue value is 179 (70.31% from 255 or 39.78% from 450); Max value from RGB is 180 - color contains mainly: red. Hex color #B45BB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45BB3 is #4BA44C. Grayscale: #7F7F7F. Windows color (decimal): -4957261 or 11754420. OLE color: 11754420.

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

Color convert

RGB18091179-
CMYK00.490.010.29
HSL300.67º37.24%53.14%-
HSV(B)300.67º49.44%70.59%-
XYZ30.720.4444.98-
YUV127.64156.99165.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40%
GREEN value IS 91 (35.94% from 255) = 20.22%
BLUE value IS 179 (70.31% from 255) = 39.78%
R=40%
G=20.22%
B=39.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809117900.490.010.29300.6737.2453.14
HexB45BB303111D12d2535
Octal2641332630611354554565
Binary101101001011011101100110110001111101100101101100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45BB3; }

 p { color: rgb(180,91,179); }

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

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

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

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

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

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

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