#B139B3

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

Shades of Fuchsia #B139B3

Tints of Fuchsia #B139B3

Color information

#B139B3 (or 0xB139B3) is unknown color: approx Fuchsia. HEX triplet: B1, 39 and B3. RGB value is (177,57,179). Sum of RGB (Red+Green+Blue) = 177+57+179=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 57 (22.66% from 255 or 13.80% from 413); Blue value is 179 (70.31% from 255 or 43.34% from 413); Max value from RGB is 179 - color contains mainly: blue. Hex color #B139B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B139B3 is #4EC64C. Grayscale: #6A6A6A. Windows color (decimal): -5162573 or 11745713. OLE color: 11745713.

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

Color convert

RGB17757179-
CMYK0.010.6800.30
HSL299.02º51.69%46.27%-
HSV(B)299.02º68.16%70.2%-
XYZ27.7315.5344.18-
YUV106.79168.76178.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.86%
GREEN value IS 57 (22.66% from 255) = 13.80%
BLUE value IS 179 (70.31% from 255) = 43.34%
R=42.86%
G=13.80%
B=43.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal177571790.010.6800.30299.0251.6946.27
HexB139B314401E12b342e
Octal2617126311040364536456
Binary101100011110011011001111000100011110100101011110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B139B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B139B3; }

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

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

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

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

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

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

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

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