#B348BB

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

Shades of Fuchsia #B348BB

Tints of Fuchsia #B348BB

Color information

#B348BB (or 0xB348BB) is unknown color: approx Fuchsia. HEX triplet: B3, 48 and BB. RGB value is (179,72,187). Sum of RGB (Red+Green+Blue) = 179+72+187=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 72 (28.52% from 255 or 16.44% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 187 - color contains mainly: blue. Hex color #B348BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B348BB is #4CB744. Grayscale: #747474. Windows color (decimal): -5027653 or 12273843. OLE color: 12273843.

HSL color Cylindrical-coordinate representation of color #B348BB: hue angle of 295.83º degrees, saturation: 0.46, 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 #B348BB is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17972187-
CMYK0.040.6100.27
HSL295.83º45.82%50.78%-
HSV(B)295.83º61.5%73.33%-
XYZ29.8817.8148.88-
YUV117.1167.45172.15-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.87%
GREEN value IS 72 (28.52% from 255) = 16.44%
BLUE value IS 187 (73.44% from 255) = 42.69%
R=40.87%
G=16.44%
B=42.69%

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
Decimal179721870.040.6100.27295.8345.8250.78
HexB348BB43D01B1282e33
Octal2631102734750334505663
Binary10110011100100010111011100111101011011100101000101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B348BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B348BB; }

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

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

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

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

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

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

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

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