#B952AA

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

Shades of Fuchsia #B952AA

Tints of Fuchsia #B952AA

Color information

#B952AA (or 0xB952AA) is unknown color: approx Fuchsia. HEX triplet: B9, 52 and AA. RGB value is (185,82,170). Sum of RGB (Red+Green+Blue) = 185+82+170=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 82 (32.42% from 255 or 18.76% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 185 - color contains mainly: red. Hex color #B952AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B952AA is #46AD55. Grayscale: #7A7A7A. Windows color (decimal): -4631894 or 11162297. OLE color: 11162297.

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

Color convert

RGB18582170-
CMYK00.560.080.27
HSL308.74º42.39%52.35%-
HSV(B)308.74º55.68%72.55%-
XYZ30.2819.2540.15-
YUV122.83154.62172.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.33%
GREEN value IS 82 (32.42% from 255) = 18.76%
BLUE value IS 170 (66.80% from 255) = 38.90%
R=42.33%
G=18.76%
B=38.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858217000.560.080.27308.7442.3952.35
HexB952AA03881B1352a34
Octal27112225207010334655264
Binary101110011010010101010100111000100011011100110101101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B952AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B952AA; }

 p { color: rgb(185,82,170); }

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

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

 a { background-color: rgb(185,82,170); }

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

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

 span { border-color: rgb(185,82,170); }

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