#B346C0

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

Shades of Fuchsia #B346C0

Tints of Fuchsia #B346C0

Color information

#B346C0 (or 0xB346C0) is unknown color: approx Fuchsia. HEX triplet: B3, 46 and C0. RGB value is (179,70,192). Sum of RGB (Red+Green+Blue) = 179+70+192=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 70 (27.73% from 255 or 15.87% from 441); Blue value is 192 (75.39% from 255 or 43.54% from 441); Max value from RGB is 192 - color contains mainly: blue. Hex color #B346C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B346C0 is #4CB93F. Grayscale: #747474. Windows color (decimal): -5028160 or 12601011. OLE color: 12601011.

HSL color Cylindrical-coordinate representation of color #B346C0: hue angle of 293.61º 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 #B346C0 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17970192-
CMYK0.070.6400.25
HSL293.61º49.19%51.37%-
HSV(B)293.61º63.54%75.29%-
XYZ30.2917.7751.7-
YUV116.5170.61172.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.59%
GREEN value IS 70 (27.73% from 255) = 15.87%
BLUE value IS 192 (75.39% from 255) = 43.54%
R=40.59%
G=15.87%
B=43.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal179701920.070.6400.25293.6149.1951.37
HexB346C07400191263133
Octal26310630071000314466163
Binary101100111000110110000001111000000011001100100110110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B346C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B346C0; }

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

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

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

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

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

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

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

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