#B652AC

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

Shades of Fuchsia #B652AC

Tints of Fuchsia #B652AC

Color information

#B652AC (or 0xB652AC) is unknown color: approx Fuchsia. HEX triplet: B6, 52 and AC. RGB value is (182,82,172). Sum of RGB (Red+Green+Blue) = 182+82+172=436 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.74% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 182 - color contains mainly: red. Hex color #B652AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B652AC is #49AD53. Grayscale: #797979. Windows color (decimal): -4828500 or 11293366. OLE color: 11293366.

HSL color Cylindrical-coordinate representation of color #B652AC: hue angle of 306º 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 #B652AC is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB18282172-
CMYK00.550.050.29
HSL306º40.65%51.76%-
HSV(B)306º54.95%71.37%-
XYZ29.7618.9641.12-
YUV122.16156.13170.68-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.74%
GREEN value IS 82 (32.42% from 255) = 18.81%
BLUE value IS 172 (67.58% from 255) = 39.45%
R=41.74%
G=18.81%
B=39.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828217200.550.050.2930640.6551.76
HexB652AC03751D1322934
Octal2661222540675354625164
Binary10110110101001010101100011011110111101100110010101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B652AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B652AC; }

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

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

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

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

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

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

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

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