#B152B5

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

Shades of Fuchsia #B152B5

Tints of Fuchsia #B152B5

Color information

#B152B5 (or 0xB152B5) is unknown color: approx Fuchsia. HEX triplet: B1, 52 and B5. RGB value is (177,82,181). Sum of RGB (Red+Green+Blue) = 177+82+181=440 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.23% from 440); Green value is 82 (32.42% from 255 or 18.64% from 440); Blue value is 181 (71.09% from 255 or 41.14% from 440); Max value from RGB is 181 - color contains mainly: blue. Hex color #B152B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B152B5 is #4EAD4A. Grayscale: #797979. Windows color (decimal): -5156171 or 11883185. OLE color: 11883185.

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

Color convert

RGB17782181-
CMYK0.020.5500.29
HSL297.58º40.08%51.57%-
HSV(B)297.58º54.7%70.98%-
XYZ29.4918.7245.77-
YUV121.69161.47167.45-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.23%
GREEN value IS 82 (32.42% from 255) = 18.64%
BLUE value IS 181 (71.09% from 255) = 41.14%
R=40.23%
G=18.64%
B=41.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal177821810.020.5500.29297.5840.0851.57
HexB152B523701D12a2834
Octal2611222652670354525064
Binary1011000110100101011010110110111011101100101010101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B152B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B152B5; }

 p { color: rgb(177,82,181); }

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

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

 a { background-color: rgb(177,82,181); }

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

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

 span { border-color: rgb(177,82,181); }

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