#B852AE

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

Shades of Fuchsia #B852AE

Tints of Fuchsia #B852AE

Color information

#B852AE (or 0xB852AE) is unknown color: approx Fuchsia. HEX triplet: B8, 52 and AE. RGB value is (184,82,174). Sum of RGB (Red+Green+Blue) = 184+82+174=440 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.82% from 440); Green value is 82 (32.42% from 255 or 18.64% from 440); Blue value is 174 (68.36% from 255 or 39.55% from 440); Max value from RGB is 184 - color contains mainly: red. Hex color #B852AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B852AE is #47AD51. Grayscale: #7A7A7A. Windows color (decimal): -4697426 or 11424440. OLE color: 11424440.

HSL color Cylindrical-coordinate representation of color #B852AE: hue angle of 305.88º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B852AE is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB18482174-
CMYK00.550.050.28
HSL305.88º41.8%52.16%-
HSV(B)305.88º55.43%72.16%-
XYZ30.4219.2842.16-
YUV122.99156.79171.52-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.82%
GREEN value IS 82 (32.42% from 255) = 18.64%
BLUE value IS 174 (68.36% from 255) = 39.55%
R=41.82%
G=18.64%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848217400.550.050.28305.8841.852.16
HexB852AE03751C1322a34
Octal2701222560675344625264
Binary10111000101001010101110011011110111100100110010101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B852AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B852AE; }

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

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

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

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

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

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

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

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