#B339BE

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

Shades of Fuchsia #B339BE

Tints of Fuchsia #B339BE

Color information

#B339BE (or 0xB339BE) is unknown color: approx Fuchsia. HEX triplet: B3, 39 and BE. RGB value is (179,57,190). Sum of RGB (Red+Green+Blue) = 179+57+190=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 57 (22.66% from 255 or 13.38% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 190 - color contains mainly: blue. Hex color #B339BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B339BE is #4CC641. Grayscale: #6C6C6C. Windows color (decimal): -5031490 or 12466611. OLE color: 12466611.

HSL color Cylindrical-coordinate representation of color #B339BE: hue angle of 295.04º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B339BE is Cyan = 0.06, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17957190-
CMYK0.060.700.25
HSL295.04º53.85%48.43%-
HSV(B)295.04º70%74.51%-
XYZ29.3516.2350.3-
YUV108.64173.92178.19-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.02%
GREEN value IS 57 (22.66% from 255) = 13.38%
BLUE value IS 190 (74.61% from 255) = 44.60%
R=42.02%
G=13.38%
B=44.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal179571900.060.700.25295.0453.8548.43
HexB339BE6460191273630
Octal2637127661060314476660
Binary10110011111001101111101101000110011001100100111110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B339BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B339BE; }

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

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

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

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

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

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

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

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