#B344C1

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

Shades of Fuchsia #B344C1

Tints of Fuchsia #B344C1

Color information

#B344C1 (or 0xB344C1) is unknown color: approx Fuchsia. HEX triplet: B3, 44 and C1. RGB value is (179,68,193). Sum of RGB (Red+Green+Blue) = 179+68+193=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 68 (26.95% from 255 or 15.45% from 440); Blue value is 193 (75.78% from 255 or 43.86% from 440); Max value from RGB is 193 - color contains mainly: blue. Hex color #B344C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B344C1 is #4CBB3E. Grayscale: #737373. Windows color (decimal): -5028671 or 12666035. OLE color: 12666035.

HSL color Cylindrical-coordinate representation of color #B344C1: hue angle of 293.28º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B344C1 is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17968193-
CMYK0.070.6500.24
HSL293.28º50.2%51.18%-
HSV(B)293.28º64.77%75.69%-
XYZ30.2817.5752.25-
YUV115.44171.77173.34-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.68%
GREEN value IS 68 (26.95% from 255) = 15.45%
BLUE value IS 193 (75.78% from 255) = 43.86%
R=40.68%
G=15.45%
B=43.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal179681930.070.6500.24293.2850.251.18
HexB344C17410181253233
Octal26310430171010304456263
Binary101100111000100110000011111000001011000100100101110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B344C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B344C1; }

 p { color: rgb(179,68,193); }

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

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

 a { background-color: rgb(179,68,193); }

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

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

 span { border-color: rgb(179,68,193); }

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