#B347BB

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

Shades of Fuchsia #B347BB

Tints of Fuchsia #B347BB

Color information

#B347BB (or 0xB347BB) is unknown color: approx Fuchsia. HEX triplet: B3, 47 and BB. RGB value is (179,71,187). Sum of RGB (Red+Green+Blue) = 179+71+187=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 71 (28.12% from 255 or 16.25% from 437); Blue value is 187 (73.44% from 255 or 42.79% from 437); Max value from RGB is 187 - color contains mainly: blue. Hex color #B347BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B347BB is #4CB844. Grayscale: #747474. Windows color (decimal): -5027909 or 12273587. OLE color: 12273587.

HSL color Cylindrical-coordinate representation of color #B347BB: hue angle of 295.86º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B347BB is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17971187-
CMYK0.040.6200.27
HSL295.86º46.03%50.59%-
HSV(B)295.86º62.03%73.33%-
XYZ29.8117.6848.85-
YUV116.52167.78172.57-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.96%
GREEN value IS 71 (28.12% from 255) = 16.25%
BLUE value IS 187 (73.44% from 255) = 42.79%
R=40.96%
G=16.25%
B=42.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal179711870.040.6200.27295.8646.0350.59
HexB347BB43E01B1282e33
Octal2631072734760334505663
Binary10110011100011110111011100111110011011100101000101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B347BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B347BB; }

 p { color: rgb(179,71,187); }

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

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

 a { background-color: rgb(179,71,187); }

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

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

 span { border-color: rgb(179,71,187); }

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