#B352C0

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

Shades of Fuchsia #B352C0

Tints of Fuchsia #B352C0

Color information

#B352C0 (or 0xB352C0) is unknown color: approx Fuchsia. HEX triplet: B3, 52 and C0. RGB value is (179,82,192). Sum of RGB (Red+Green+Blue) = 179+82+192=453 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.51% from 453); Green value is 82 (32.42% from 255 or 18.10% from 453); Blue value is 192 (75.39% from 255 or 42.38% from 453); Max value from RGB is 192 - color contains mainly: blue. Hex color #B352C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B352C0 is #4CAD3F. Grayscale: #7B7B7B. Windows color (decimal): -5025088 or 12604083. OLE color: 12604083.

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

Color convert

RGB17982192-
CMYK0.070.5700.25
HSL292.91º46.61%53.73%-
HSV(B)292.91º57.29%75.29%-
XYZ31.1219.4251.98-
YUV123.54166.64167.56-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.51%
GREEN value IS 82 (32.42% from 255) = 18.10%
BLUE value IS 192 (75.39% from 255) = 42.38%
R=39.51%
G=18.10%
B=42.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal179821920.070.5700.25292.9146.6153.73
HexB352C07390191252f36
Octal2631223007710314455766
Binary10110011101001011000000111111001011001100100101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B352C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B352C0; }

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

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

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

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

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

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

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

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