#B352B6

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

Shades of Fuchsia #B352B6

Tints of Fuchsia #B352B6

Color information

#B352B6 (or 0xB352B6) is unknown color: approx Fuchsia. HEX triplet: B3, 52 and B6. RGB value is (179,82,182). Sum of RGB (Red+Green+Blue) = 179+82+182=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 82 (32.42% from 255 or 18.51% from 443); Blue value is 182 (71.48% from 255 or 41.08% from 443); Max value from RGB is 182 - color contains mainly: blue. Hex color #B352B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B352B6 is #4CAD49. Grayscale: #7A7A7A. Windows color (decimal): -5025098 or 11948723. OLE color: 11948723.

HSL color Cylindrical-coordinate representation of color #B352B6: hue angle of 298.2º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B352B6 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17982182-
CMYK0.020.5500.29
HSL298.2º40.65%51.76%-
HSV(B)298.2º54.95%71.37%-
XYZ30.051946.34-
YUV122.4161.64168.37-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.41%
GREEN value IS 82 (32.42% from 255) = 18.51%
BLUE value IS 182 (71.48% from 255) = 41.08%
R=40.41%
G=18.51%
B=41.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal179821820.020.5500.29298.240.6551.76
HexB352B623701D12a2934
Octal2631222662670354525164
Binary1011001110100101011011010110111011101100101010101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B352B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B352B6; }

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

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

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

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

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

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

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

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