#B45FB1

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

Shades of Fuchsia #B45FB1

Tints of Fuchsia #B45FB1

Color information

#B45FB1 (or 0xB45FB1) is unknown color: approx Fuchsia. HEX triplet: B4, 5F and B1. RGB value is (180,95,177). Sum of RGB (Red+Green+Blue) = 180+95+177=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 95 (37.5% from 255 or 21.02% from 452); Blue value is 177 (69.53% from 255 or 39.16% from 452); Max value from RGB is 180 - color contains mainly: red. Hex color #B45FB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45FB1 is #4BA04E. Grayscale: #818181. Windows color (decimal): -4956239 or 11624372. OLE color: 11624372.

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

Color convert

RGB18095177-
CMYK00.470.020.29
HSL302.12º36.17%53.92%-
HSV(B)302.12º47.22%70.59%-
XYZ30.8521.0644.03-
YUV129.76154.66163.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.82%
GREEN value IS 95 (37.5% from 255) = 21.02%
BLUE value IS 177 (69.53% from 255) = 39.16%
R=39.82%
G=21.02%
B=39.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809517700.470.020.29302.1236.1753.92
HexB45FB102F21D12e2436
Octal2641372610572354564466
Binary1011010010111111011000101011111011101100101110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45FB1; }

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

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

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

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

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

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

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

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