#B346BD

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

Shades of Fuchsia #B346BD

Tints of Fuchsia #B346BD

Color information

#B346BD (or 0xB346BD) is unknown color: approx Fuchsia. HEX triplet: B3, 46 and BD. RGB value is (179,70,189). Sum of RGB (Red+Green+Blue) = 179+70+189=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 70 (27.73% from 255 or 15.98% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 189 - color contains mainly: blue. Hex color #B346BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B346BD is #4CB942. Grayscale: #737373. Windows color (decimal): -5028163 or 12404403. OLE color: 12404403.

HSL color Cylindrical-coordinate representation of color #B346BD: hue angle of 294.96º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B346BD is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17970189-
CMYK0.050.6300.26
HSL294.96º47.41%50.78%-
HSV(B)294.96º62.96%74.12%-
XYZ29.9717.6449.97-
YUV116.16169.11172.82-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.87%
GREEN value IS 70 (27.73% from 255) = 15.98%
BLUE value IS 189 (74.22% from 255) = 43.15%
R=40.87%
G=15.98%
B=43.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal179701890.050.6300.26294.9647.4150.78
HexB346BD53F01A1272f33
Octal2631062755770324475763
Binary10110011100011010111101101111111011010100100111101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B346BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B346BD; }

 p { color: rgb(179,70,189); }

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

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

 a { background-color: rgb(179,70,189); }

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

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

 span { border-color: rgb(179,70,189); }

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