#B351C1

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

Shades of Fuchsia #B351C1

Tints of Fuchsia #B351C1

Color information

#B351C1 (or 0xB351C1) is unknown color: approx Fuchsia. HEX triplet: B3, 51 and C1. RGB value is (179,81,193). Sum of RGB (Red+Green+Blue) = 179+81+193=453 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.51% from 453); Green value is 81 (32.03% from 255 or 17.88% from 453); Blue value is 193 (75.78% from 255 or 42.60% from 453); Max value from RGB is 193 - color contains mainly: blue. Hex color #B351C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B351C1 is #4CAE3E. Grayscale: #7A7A7A. Windows color (decimal): -5025343 or 12669363. OLE color: 12669363.

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

Color convert

RGB17981193-
CMYK0.070.5800.24
HSL292.5º47.46%53.73%-
HSV(B)292.5º58.03%75.69%-
XYZ31.1619.3252.54-
YUV123.07167.47167.89-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.51%
GREEN value IS 81 (32.03% from 255) = 17.88%
BLUE value IS 193 (75.78% from 255) = 42.60%
R=39.51%
G=17.88%
B=42.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal179811930.070.5800.24292.547.4653.73
HexB351C173A0181242f36
Octal2631213017720304445766
Binary10110011101000111000001111111010011000100100100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B351C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B351C1; }

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

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

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

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

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

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

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

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