#B053BE

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

Shades of Fuchsia #B053BE

Tints of Fuchsia #B053BE

Color information

#B053BE (or 0xB053BE) is unknown color: approx Fuchsia. HEX triplet: B0, 53 and BE. RGB value is (176,83,190). Sum of RGB (Red+Green+Blue) = 176+83+190=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 83 (32.81% from 255 or 18.49% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #B053BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B053BE is #4FAC41. Grayscale: #7A7A7A. Windows color (decimal): -5221442 or 12473264. OLE color: 12473264.

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

Color convert

RGB17683190-
CMYK0.070.5600.25
HSL292.15º45.15%53.53%-
HSV(B)292.15º56.32%74.51%-
XYZ30.2919.1350.81-
YUV123165.81165.8-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.20%
GREEN value IS 83 (32.81% from 255) = 18.49%
BLUE value IS 190 (74.61% from 255) = 42.32%
R=39.20%
G=18.49%
B=42.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal176831900.070.5600.25292.1545.1553.53
HexB053BE7380191242d36
Octal2601232767700314445566
Binary10110000101001110111110111111000011001100100100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B053BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B053BE; }

 p { color: rgb(176,83,190); }

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

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

 a { background-color: rgb(176,83,190); }

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

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

 span { border-color: rgb(176,83,190); }

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