#B952AD

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

Shades of Fuchsia #B952AD

Tints of Fuchsia #B952AD

Color information

#B952AD (or 0xB952AD) is unknown color: approx Fuchsia. HEX triplet: B9, 52 and AD. RGB value is (185,82,173). Sum of RGB (Red+Green+Blue) = 185+82+173=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 82 (32.42% from 255 or 18.64% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 185 - color contains mainly: red. Hex color #B952AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B952AD is #46AD52. Grayscale: #7A7A7A. Windows color (decimal): -4631891 or 11358905. OLE color: 11358905.

HSL color Cylindrical-coordinate representation of color #B952AD: hue angle of 306.99º 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 #B952AD is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB18582173-
CMYK00.560.060.27
HSL306.99º42.39%52.35%-
HSV(B)306.99º55.68%72.55%-
XYZ30.5719.3741.66-
YUV123.17156.12172.1-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.05%
GREEN value IS 82 (32.42% from 255) = 18.64%
BLUE value IS 173 (67.97% from 255) = 39.32%
R=42.05%
G=18.64%
B=39.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858217300.560.060.27306.9942.3952.35
HexB952AD03861B1332a34
Octal2711222550706334635264
Binary10111001101001010101101011100011011011100110011101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B952AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B952AD; }

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

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

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

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

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

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

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

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