#B150B6

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

Shades of Fuchsia #B150B6

Tints of Fuchsia #B150B6

Color information

#B150B6 (or 0xB150B6) is unknown color: approx Fuchsia. HEX triplet: B1, 50 and B6. RGB value is (177,80,182). Sum of RGB (Red+Green+Blue) = 177+80+182=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 80 (31.64% from 255 or 18.22% from 439); Blue value is 182 (71.48% from 255 or 41.46% from 439); Max value from RGB is 182 - color contains mainly: blue. Hex color #B150B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B150B6 is #4EAF49. Grayscale: #787878. Windows color (decimal): -5156682 or 11948209. OLE color: 11948209.

HSL color Cylindrical-coordinate representation of color #B150B6: hue angle of 297.06º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B150B6 is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17780182-
CMYK0.030.5600.29
HSL297.06º41.13%51.37%-
HSV(B)297.06º56.04%71.37%-
XYZ29.4418.4646.27-
YUV120.63162.64168.21-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.32%
GREEN value IS 80 (31.64% from 255) = 18.22%
BLUE value IS 182 (71.48% from 255) = 41.46%
R=40.32%
G=18.22%
B=41.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal177801820.030.5600.29297.0641.1351.37
HexB150B633801D1292933
Octal2611202663700354515163
Binary1011000110100001011011011111000011101100101001101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B150B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B150B6; }

 p { color: rgb(177,80,182); }

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

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

 a { background-color: rgb(177,80,182); }

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

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

 span { border-color: rgb(177,80,182); }

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