#B352BB

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

Shades of Fuchsia #B352BB

Tints of Fuchsia #B352BB

Color information

#B352BB (or 0xB352BB) is unknown color: approx Fuchsia. HEX triplet: B3, 52 and BB. RGB value is (179,82,187). Sum of RGB (Red+Green+Blue) = 179+82+187=448 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.96% from 448); Green value is 82 (32.42% from 255 or 18.30% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 187 - color contains mainly: blue. Hex color #B352BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B352BB is #4CAD44. Grayscale: #7A7A7A. Windows color (decimal): -5025093 or 12276403. OLE color: 12276403.

HSL color Cylindrical-coordinate representation of color #B352BB: hue angle of 295.43º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B352BB is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17982187-
CMYK0.040.5600.27
HSL295.43º43.57%52.75%-
HSV(B)295.43º56.15%73.33%-
XYZ30.5819.2149.11-
YUV122.97164.14167.96-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.96%
GREEN value IS 82 (32.42% from 255) = 18.30%
BLUE value IS 187 (73.44% from 255) = 41.74%
R=39.96%
G=18.30%
B=41.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal179821870.040.5600.27295.4343.5752.75
HexB352BB43801B1272c35
Octal2631222734700334475465
Binary10110011101001010111011100111000011011100100111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B352BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B352BB; }

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

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

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

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

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

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

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

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