#B45BB0

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

Shades of Fuchsia #B45BB0

Tints of Fuchsia #B45BB0

Color information

#B45BB0 (or 0xB45BB0) is unknown color: approx Fuchsia. HEX triplet: B4, 5B and B0. RGB value is (180,91,176). Sum of RGB (Red+Green+Blue) = 180+91+176=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 91 (35.94% from 255 or 20.36% from 447); Blue value is 176 (69.14% from 255 or 39.37% from 447); Max value from RGB is 180 - color contains mainly: red. Hex color #B45BB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45BB0 is #4BA44F. Grayscale: #7F7F7F. Windows color (decimal): -4957264 or 11557812. OLE color: 11557812.

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

Color convert

RGB18091176-
CMYK00.490.020.29
HSL302.7º37.24%53.14%-
HSV(B)302.7º49.44%70.59%-
XYZ30.420.3243.39-
YUV127.3155.49165.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.27%
GREEN value IS 91 (35.94% from 255) = 20.36%
BLUE value IS 176 (69.14% from 255) = 39.37%
R=40.27%
G=20.36%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809117600.490.020.29302.737.2453.14
HexB45BB003121D12f2535
Octal2641332600612354574565
Binary1011010010110111011000001100011011101100101111100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45BB0; }

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

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

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

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

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

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

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

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