#B339BD

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

Shades of Fuchsia #B339BD

Tints of Fuchsia #B339BD

Color information

#B339BD (or 0xB339BD) is unknown color: approx Fuchsia. HEX triplet: B3, 39 and BD. RGB value is (179,57,189). Sum of RGB (Red+Green+Blue) = 179+57+189=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 57 (22.66% from 255 or 13.41% from 425); Blue value is 189 (74.22% from 255 or 44.47% from 425); Max value from RGB is 189 - color contains mainly: blue. Hex color #B339BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B339BD is #4CC642. Grayscale: #6C6C6C. Windows color (decimal): -5031491 or 12401075. OLE color: 12401075.

HSL color Cylindrical-coordinate representation of color #B339BD: hue angle of 295.45º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B339BD is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17957189-
CMYK0.050.7000.26
HSL295.45º53.66%48.24%-
HSV(B)295.45º69.84%74.12%-
XYZ29.2416.1849.73-
YUV108.53173.42178.27-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.12%
GREEN value IS 57 (22.66% from 255) = 13.41%
BLUE value IS 189 (74.22% from 255) = 44.47%
R=42.12%
G=13.41%
B=44.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal179571890.050.7000.26295.4553.6648.24
HexB339BD54601A1273630
Octal2637127551060324476660
Binary10110011111001101111011011000110011010100100111110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B339BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B339BD; }

 p { color: rgb(179,57,189); }

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

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

 a { background-color: rgb(179,57,189); }

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

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

 span { border-color: rgb(179,57,189); }

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