#B349BE

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

Shades of Fuchsia #B349BE

Tints of Fuchsia #B349BE

Color information

#B349BE (or 0xB349BE) is unknown color: approx Fuchsia. HEX triplet: B3, 49 and BE. RGB value is (179,73,190). Sum of RGB (Red+Green+Blue) = 179+73+190=442 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.50% from 442); Green value is 73 (28.91% from 255 or 16.52% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 190 - color contains mainly: blue. Hex color #B349BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B349BE is #4CB641. Grayscale: #757575. Windows color (decimal): -5027394 or 12470707. OLE color: 12470707.

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

Color convert

RGB17973190-
CMYK0.060.6200.25
HSL294.36º47.37%51.57%-
HSV(B)294.36º61.58%74.51%-
XYZ30.2718.0750.61-
YUV118.03168.62171.49-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.50%
GREEN value IS 73 (28.91% from 255) = 16.52%
BLUE value IS 190 (74.61% from 255) = 42.99%
R=40.50%
G=16.52%
B=42.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal179731900.060.6200.25294.3647.3751.57
HexB349BE63E0191262f34
Octal2631112766760314465764
Binary10110011100100110111110110111110011001100100110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B349BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B349BE; }

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

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

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

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

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

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

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

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