#B054BD

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

Shades of Fuchsia #B054BD

Tints of Fuchsia #B054BD

Color information

#B054BD (or 0xB054BD) is unknown color: approx Fuchsia. HEX triplet: B0, 54 and BD. RGB value is (176,84,189). Sum of RGB (Red+Green+Blue) = 176+84+189=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 84 (33.20% from 255 or 18.71% from 449); Blue value is 189 (74.22% from 255 or 42.09% from 449); Max value from RGB is 189 - color contains mainly: blue. Hex color #B054BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B054BD is #4FAB42. Grayscale: #7B7B7B. Windows color (decimal): -5221187 or 12407984. OLE color: 12407984.

HSL color Cylindrical-coordinate representation of color #B054BD: hue angle of 292.57º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B054BD is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17684189-
CMYK0.070.5600.26
HSL292.57º44.3%53.53%-
HSV(B)292.57º55.56%74.12%-
XYZ30.2619.2450.26-
YUV123.48164.98165.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.20%
GREEN value IS 84 (33.20% from 255) = 18.71%
BLUE value IS 189 (74.22% from 255) = 42.09%
R=39.20%
G=18.71%
B=42.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal176841890.070.5600.26292.5744.353.53
HexB054BD73801A1252c36
Octal2601242757700324455466
Binary10110000101010010111101111111000011010100100101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B054BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B054BD; }

 p { color: rgb(176,84,189); }

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

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

 a { background-color: rgb(176,84,189); }

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

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

 span { border-color: rgb(176,84,189); }

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