#B345BF

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

Shades of Fuchsia #B345BF

Tints of Fuchsia #B345BF

Color information

#B345BF (or 0xB345BF) is unknown color: approx Fuchsia. HEX triplet: B3, 45 and BF. RGB value is (179,69,191). Sum of RGB (Red+Green+Blue) = 179+69+191=439 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.77% from 439); Green value is 69 (27.34% from 255 or 15.72% from 439); Blue value is 191 (75% from 255 or 43.51% from 439); Max value from RGB is 191 - color contains mainly: blue. Hex color #B345BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B345BF is #4CBA40. Grayscale: #737373. Windows color (decimal): -5028417 or 12535219. OLE color: 12535219.

HSL color Cylindrical-coordinate representation of color #B345BF: hue angle of 294.1º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B345BF is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17969191-
CMYK0.060.6400.25
HSL294.1º48.8%50.98%-
HSV(B)294.1º63.87%74.9%-
XYZ30.1217.651.1-
YUV115.8170.44173.08-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.77%
GREEN value IS 69 (27.34% from 255) = 15.72%
BLUE value IS 191 (75% from 255) = 43.51%
R=40.77%
G=15.72%
B=43.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal179691910.060.6400.25294.148.850.98
HexB345BF6400191263133
Octal26310527761000314466163
Binary101100111000101101111111101000000011001100100110110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B345BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B345BF; }

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

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

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

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

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

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

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

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