#B652AE

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

Shades of Fuchsia #B652AE

Tints of Fuchsia #B652AE

Color information

#B652AE (or 0xB652AE) is unknown color: approx Fuchsia. HEX triplet: B6, 52 and AE. RGB value is (182,82,174). Sum of RGB (Red+Green+Blue) = 182+82+174=438 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.55% from 438); Green value is 82 (32.42% from 255 or 18.72% from 438); Blue value is 174 (68.36% from 255 or 39.73% from 438); Max value from RGB is 182 - color contains mainly: red. Hex color #B652AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B652AE is #49AD51. Grayscale: #7A7A7A. Windows color (decimal): -4828498 or 11424438. OLE color: 11424438.

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

Color convert

RGB18282174-
CMYK00.550.040.29
HSL304.8º40.65%51.76%-
HSV(B)304.8º54.95%71.37%-
XYZ29.9519.0442.14-
YUV122.39157.13170.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.55%
GREEN value IS 82 (32.42% from 255) = 18.72%
BLUE value IS 174 (68.36% from 255) = 39.73%
R=41.55%
G=18.72%
B=39.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828217400.550.040.29304.840.6551.76
HexB652AE03741D1312934
Octal2661222560674354615164
Binary10110110101001010101110011011110011101100110001101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B652AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B652AE; }

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

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

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

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

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

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

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

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