#B13AAA

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

Shades of Fuchsia #B13AAA

Tints of Fuchsia #B13AAA

Color information

#B13AAA (or 0xB13AAA) is unknown color: approx Fuchsia. HEX triplet: B1, 3A and AA. RGB value is (177,58,170). Sum of RGB (Red+Green+Blue) = 177+58+170=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 58 (23.05% from 255 or 14.32% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 177 - color contains mainly: red. Hex color #B13AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13AAA is #4EC555. Grayscale: #6A6A6A. Windows color (decimal): -5162326 or 11156145. OLE color: 11156145.

HSL color Cylindrical-coordinate representation of color #B13AAA: hue angle of 303.53º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B13AAA is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB17758170-
CMYK00.670.040.31
HSL303.53º50.64%46.08%-
HSV(B)303.53º67.23%69.41%-
XYZ26.915.2839.56-
YUV106.35163.92178.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.70%
GREEN value IS 58 (23.05% from 255) = 14.32%
BLUE value IS 170 (66.80% from 255) = 41.98%
R=43.70%
G=14.32%
B=41.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775817000.670.040.31303.5350.6446.08
HexB13AAA04341F130332e
Octal2617225201034374606356
Binary10110001111010101010100100001110011111100110000110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13AAA; }

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

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

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

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

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

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

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

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