#B150B3

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

Shades of Fuchsia #B150B3

Tints of Fuchsia #B150B3

Color information

#B150B3 (or 0xB150B3) is unknown color: approx Fuchsia. HEX triplet: B1, 50 and B3. RGB value is (177,80,179). Sum of RGB (Red+Green+Blue) = 177+80+179=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 80 (31.64% from 255 or 18.35% from 436); Blue value is 179 (70.31% from 255 or 41.06% from 436); Max value from RGB is 179 - color contains mainly: blue. Hex color #B150B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B150B3 is #4EAF4C. Grayscale: #777777. Windows color (decimal): -5156685 or 11751601. OLE color: 11751601.

HSL color Cylindrical-coordinate representation of color #B150B3: hue angle of 298.79º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B150B3 is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17780179-
CMYK0.010.5500.30
HSL298.79º39.44%50.78%-
HSV(B)298.79º55.31%70.2%-
XYZ29.1418.3444.65-
YUV120.29161.14168.45-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.60%
GREEN value IS 80 (31.64% from 255) = 18.35%
BLUE value IS 179 (70.31% from 255) = 41.06%
R=40.60%
G=18.35%
B=41.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal177801790.010.5500.30298.7939.4450.78
HexB150B313701E12b2733
Octal2611202631670364534763
Binary101100011010000101100111110111011110100101011100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B150B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B150B3; }

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

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

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

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

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

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

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

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