#B338AA

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

Shades of Fuchsia #B338AA

Tints of Fuchsia #B338AA

Color information

#B338AA (or 0xB338AA) is unknown color: approx Fuchsia. HEX triplet: B3, 38 and AA. RGB value is (179,56,170). Sum of RGB (Red+Green+Blue) = 179+56+170=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 56 (22.27% from 255 or 13.83% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 179 - color contains mainly: red. Hex color #B338AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B338AA is #4CC755. Grayscale: #696969. Windows color (decimal): -5031766 or 11155635. OLE color: 11155635.

HSL color Cylindrical-coordinate representation of color #B338AA: hue angle of 304.39º 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 #B338AA is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.30.

Color convert

RGB17956170-
CMYK00.690.050.30
HSL304.39º52.34%46.08%-
HSV(B)304.39º68.72%70.2%-
XYZ27.2615.3139.55-
YUV105.77164.25180.23-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.20%
GREEN value IS 56 (22.27% from 255) = 13.83%
BLUE value IS 170 (66.80% from 255) = 41.98%
R=44.20%
G=13.83%
B=41.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.05
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795617000.690.050.30304.3952.3446.08
HexB338AA04551E130342e
Octal2637025201055364606456
Binary10110011111000101010100100010110111110100110000110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B338AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B338AA; }

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

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

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

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

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

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

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

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