#B153B4

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

Shades of Fuchsia #B153B4

Tints of Fuchsia #B153B4

Color information

#B153B4 (or 0xB153B4) is unknown color: approx Fuchsia. HEX triplet: B1, 53 and B4. RGB value is (177,83,180). Sum of RGB (Red+Green+Blue) = 177+83+180=440 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.23% from 440); Green value is 83 (32.81% from 255 or 18.86% from 440); Blue value is 180 (70.70% from 255 or 40.91% from 440); Max value from RGB is 180 - color contains mainly: blue. Hex color #B153B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B153B4 is #4EAC4B. Grayscale: #797979. Windows color (decimal): -5155916 or 11817905. OLE color: 11817905.

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

Color convert

RGB17783180-
CMYK0.020.5400.29
HSL298.14º39.27%51.57%-
HSV(B)298.14º53.89%70.59%-
XYZ29.4618.8345.26-
YUV122.16160.64167.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.23%
GREEN value IS 83 (32.81% from 255) = 18.86%
BLUE value IS 180 (70.70% from 255) = 40.91%
R=40.23%
G=18.86%
B=40.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal177831800.020.5400.29298.1439.2751.57
HexB153B423601D12a2734
Octal2611232642660354524764
Binary1011000110100111011010010110110011101100101010100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B153B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B153B4; }

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

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

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

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

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

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

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

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