#B349BF

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

Shades of Fuchsia #B349BF

Tints of Fuchsia #B349BF

Color information

#B349BF (or 0xB349BF) is unknown color: approx Fuchsia. HEX triplet: B3, 49 and BF. RGB value is (179,73,191). Sum of RGB (Red+Green+Blue) = 179+73+191=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 73 (28.91% from 255 or 16.48% from 443); Blue value is 191 (75% from 255 or 43.12% from 443); Max value from RGB is 191 - color contains mainly: blue. Hex color #B349BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B349BF is #4CB640. Grayscale: #757575. Windows color (decimal): -5027393 or 12536243. OLE color: 12536243.

HSL color Cylindrical-coordinate representation of color #B349BF: hue angle of 293.9º degrees, saturation: 0.48, 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 #B349BF is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17973191-
CMYK0.060.6200.25
HSL293.9º47.97%51.76%-
HSV(B)293.9º61.78%74.9%-
XYZ30.3818.1151.18-
YUV118.15169.12171.41-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.41%
GREEN value IS 73 (28.91% from 255) = 16.48%
BLUE value IS 191 (75% from 255) = 43.12%
R=40.41%
G=16.48%
B=43.12%

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
Decimal179731910.060.6200.25293.947.9751.76
HexB349BF63E0191263034
Octal2631112776760314466064
Binary10110011100100110111111110111110011001100100110110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B349BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B349BF; }

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

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

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

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

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

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

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

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