#B338AE

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

Shades of Fuchsia #B338AE

Tints of Fuchsia #B338AE

Color information

#B338AE (or 0xB338AE) is unknown color: approx Fuchsia. HEX triplet: B3, 38 and AE. RGB value is (179,56,174). Sum of RGB (Red+Green+Blue) = 179+56+174=409 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.77% from 409); Green value is 56 (22.27% from 255 or 13.69% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 179 - color contains mainly: red. Hex color #B338AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B338AE is #4CC751. Grayscale: #696969. Windows color (decimal): -5031762 or 11417779. OLE color: 11417779.

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

Color convert

RGB17956174-
CMYK00.690.030.30
HSL302.44º52.34%46.08%-
HSV(B)302.44º68.72%70.2%-
XYZ27.6415.4741.57-
YUV106.23166.25179.91-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.77%
GREEN value IS 56 (22.27% from 255) = 13.69%
BLUE value IS 174 (68.36% from 255) = 42.54%
R=43.77%
G=13.69%
B=42.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795617400.690.030.30302.4452.3446.08
HexB338AE04531E12e342e
Octal2637025601053364566456
Binary1011001111100010101110010001011111110100101110110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B338AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B338AE; }

 p { color: rgb(179,56,174); }

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

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

 a { background-color: rgb(179,56,174); }

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

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

 span { border-color: rgb(179,56,174); }

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