#B13BAE

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

Shades of Fuchsia #B13BAE

Tints of Fuchsia #B13BAE

Color information

#B13BAE (or 0xB13BAE) is unknown color: approx Fuchsia. HEX triplet: B1, 3B and AE. RGB value is (177,59,174). Sum of RGB (Red+Green+Blue) = 177+59+174=410 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.17% from 410); Green value is 59 (23.44% from 255 or 14.39% from 410); Blue value is 174 (68.36% from 255 or 42.44% from 410); Max value from RGB is 177 - color contains mainly: red. Hex color #B13BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13BAE is #4EC451. Grayscale: #6B6B6B. Windows color (decimal): -5162066 or 11418545. OLE color: 11418545.

HSL color Cylindrical-coordinate representation of color #B13BAE: hue angle of 301.53º degrees, saturation: 0.5, 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 #B13BAE is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB17759174-
CMYK00.670.020.31
HSL301.53º50%46.27%-
HSV(B)301.53º66.67%69.41%-
XYZ27.3415.5341.6-
YUV107.39165.59177.65-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.17%
GREEN value IS 59 (23.44% from 255) = 14.39%
BLUE value IS 174 (68.36% from 255) = 42.44%
R=43.17%
G=14.39%
B=42.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775917400.670.020.31301.535046.27
HexB13BAE04321F12e322e
Octal2617325601032374566256
Binary1011000111101110101110010000111011111100101110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13BAE; }

 p { color: rgb(177,59,174); }

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

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

 a { background-color: rgb(177,59,174); }

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

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

 span { border-color: rgb(177,59,174); }

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