#B352BE

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

Shades of Fuchsia #B352BE

Tints of Fuchsia #B352BE

Color information

#B352BE (or 0xB352BE) is unknown color: approx Fuchsia. HEX triplet: B3, 52 and BE. RGB value is (179,82,190). Sum of RGB (Red+Green+Blue) = 179+82+190=451 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.69% from 451); Green value is 82 (32.42% from 255 or 18.18% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 190 - color contains mainly: blue. Hex color #B352BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B352BE is #4CAD41. Grayscale: #7A7A7A. Windows color (decimal): -5025090 or 12473011. OLE color: 12473011.

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

Color convert

RGB17982190-
CMYK0.060.5700.25
HSL293.89º45.38%53.33%-
HSV(B)293.89º56.84%74.51%-
XYZ30.919.3450.82-
YUV123.32165.64167.72-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.69%
GREEN value IS 82 (32.42% from 255) = 18.18%
BLUE value IS 190 (74.61% from 255) = 42.13%
R=39.69%
G=18.18%
B=42.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal179821900.060.5700.25293.8945.3853.33
HexB352BE6390191262d35
Octal2631222766710314465565
Binary10110011101001010111110110111001011001100100110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B352BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B352BE; }

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

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

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

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

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

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

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

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