#B348BA

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

Shades of Fuchsia #B348BA

Tints of Fuchsia #B348BA

Color information

#B348BA (or 0xB348BA) is unknown color: approx Fuchsia. HEX triplet: B3, 48 and BA. RGB value is (179,72,186). Sum of RGB (Red+Green+Blue) = 179+72+186=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 72 (28.52% from 255 or 16.48% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: blue. Hex color #B348BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B348BA is #4CB745. Grayscale: #747474. Windows color (decimal): -5027654 or 12208307. OLE color: 12208307.

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

Color convert

RGB17972186-
CMYK0.040.6100.27
HSL296.32º45.24%50.59%-
HSV(B)296.32º61.29%72.94%-
XYZ29.7717.7648.31-
YUV116.99166.95172.23-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.96%
GREEN value IS 72 (28.52% from 255) = 16.48%
BLUE value IS 186 (73.05% from 255) = 42.56%
R=40.96%
G=16.48%
B=42.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal179721860.040.6100.27296.3245.2450.59
HexB348BA43D01B1282d33
Octal2631102724750334505563
Binary10110011100100010111010100111101011011100101000101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B348BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B348BA; }

 p { color: rgb(179,72,186); }

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

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

 a { background-color: rgb(179,72,186); }

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

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

 span { border-color: rgb(179,72,186); }

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