#B130B3

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

Shades of Fuchsia #B130B3

Tints of Fuchsia #B130B3

Color information

#B130B3 (or 0xB130B3) is unknown color: approx Fuchsia. HEX triplet: B1, 30 and B3. RGB value is (177,48,179). Sum of RGB (Red+Green+Blue) = 177+48+179=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 48 (19.14% from 255 or 11.88% from 404); Blue value is 179 (70.31% from 255 or 44.31% from 404); Max value from RGB is 179 - color contains mainly: blue. Hex color #B130B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B130B3 is #4ECF4C. Grayscale: #656565. Windows color (decimal): -5164877 or 11743409. OLE color: 11743409.

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

Color convert

RGB17748179-
CMYK0.010.7300.30
HSL299.08º57.71%44.51%-
HSV(B)299.08º73.18%70.2%-
XYZ27.3314.7244.05-
YUV101.5171.74181.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.81%
GREEN value IS 48 (19.14% from 255) = 11.88%
BLUE value IS 179 (70.31% from 255) = 44.31%
R=43.81%
G=11.88%
B=44.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal177481790.010.7300.30299.0857.7144.51
HexB130B314901E12b3a2d
Octal2616026311110364537255
Binary101100011100001011001111001001011110100101011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B130B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B130B3; }

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

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

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

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

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

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

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

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