#B45FB2

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

Shades of Fuchsia #B45FB2

Tints of Fuchsia #B45FB2

Color information

#B45FB2 (or 0xB45FB2) is unknown color: approx Fuchsia. HEX triplet: B4, 5F and B2. RGB value is (180,95,178). Sum of RGB (Red+Green+Blue) = 180+95+178=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 95 (37.5% from 255 or 20.97% from 453); Blue value is 178 (69.92% from 255 or 39.29% from 453); Max value from RGB is 180 - color contains mainly: red. Hex color #B45FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45FB2 is #4BA04D. Grayscale: #818181. Windows color (decimal): -4956238 or 11689908. OLE color: 11689908.

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

Color convert

RGB18095178-
CMYK00.470.010.29
HSL301.41º36.17%53.92%-
HSV(B)301.41º47.22%70.59%-
XYZ30.9521.144.56-
YUV129.88155.16163.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.74%
GREEN value IS 95 (37.5% from 255) = 20.97%
BLUE value IS 178 (69.92% from 255) = 39.29%
R=39.74%
G=20.97%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809517800.470.010.29301.4136.1753.92
HexB45FB202F11D12d2436
Octal2641372620571354554466
Binary101101001011111101100100101111111101100101101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45FB2; }

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

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

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

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

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

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

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

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