#B13AC0

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

Shades of Fuchsia #B13AC0

Tints of Fuchsia #B13AC0

Color information

#B13AC0 (or 0xB13AC0) is unknown color: approx Fuchsia. HEX triplet: B1, 3A and C0. RGB value is (177,58,192). Sum of RGB (Red+Green+Blue) = 177+58+192=427 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.45% from 427); Green value is 58 (23.05% from 255 or 13.58% from 427); Blue value is 192 (75.39% from 255 or 44.96% from 427); Max value from RGB is 192 - color contains mainly: blue. Hex color #B13AC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13AC0 is #4EC53F. Grayscale: #6C6C6C. Windows color (decimal): -5162304 or 12597937. OLE color: 12597937.

HSL color Cylindrical-coordinate representation of color #B13AC0: hue angle of 293.28º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B13AC0 is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17758192-
CMYK0.080.7000.25
HSL293.28º53.6%49.02%-
HSV(B)293.28º69.79%75.29%-
XYZ29.1616.1851.46-
YUV108.86174.92176.6-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.45%
GREEN value IS 58 (23.05% from 255) = 13.58%
BLUE value IS 192 (75.39% from 255) = 44.96%
R=41.45%
G=13.58%
B=44.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal177581920.080.7000.25293.2853.649.02
HexB13AC08460191253631
Octal26172300101060314456661
Binary101100011110101100000010001000110011001100100101110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13AC0; }

 p { color: rgb(177,58,192); }

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

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

 a { background-color: rgb(177,58,192); }

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

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

 span { border-color: rgb(177,58,192); }

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