#B045BF

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

Shades of Fuchsia #B045BF

Tints of Fuchsia #B045BF

Color information

#B045BF (or 0xB045BF) is unknown color: approx Fuchsia. HEX triplet: B0, 45 and BF. RGB value is (176,69,191). Sum of RGB (Red+Green+Blue) = 176+69+191=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 69 (27.34% from 255 or 15.83% from 436); Blue value is 191 (75% from 255 or 43.81% from 436); Max value from RGB is 191 - color contains mainly: blue. Hex color #B045BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B045BF is #4FBA40. Grayscale: #727272. Windows color (decimal): -5225025 or 12535216. OLE color: 12535216.

HSL color Cylindrical-coordinate representation of color #B045BF: hue angle of 292.62º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B045BF is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17669191-
CMYK0.080.6400.25
HSL292.62º48.8%50.98%-
HSV(B)292.62º63.87%74.9%-
XYZ29.4417.2551.07-
YUV114.9170.95171.58-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.37%
GREEN value IS 69 (27.34% from 255) = 15.83%
BLUE value IS 191 (75% from 255) = 43.81%
R=40.37%
G=15.83%
B=43.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal176691910.080.6400.25292.6248.850.98
HexB045BF8400191253133
Octal260105277101000314456163
Binary1011000010001011011111110001000000011001100100101110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B045BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B045BF; }

 p { color: rgb(176,69,191); }

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

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

 a { background-color: rgb(176,69,191); }

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

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

 span { border-color: rgb(176,69,191); }

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