#B951AC

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

Shades of Fuchsia #B951AC

Tints of Fuchsia #B951AC

Color information

#B951AC (or 0xB951AC) is unknown color: approx Fuchsia. HEX triplet: B9, 51 and AC. RGB value is (185,81,172). Sum of RGB (Red+Green+Blue) = 185+81+172=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 81 (32.03% from 255 or 18.49% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 185 - color contains mainly: red. Hex color #B951AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B951AC is #46AE53. Grayscale: #7A7A7A. Windows color (decimal): -4632148 or 11293113. OLE color: 11293113.

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

Color convert

RGB18581172-
CMYK00.560.070.27
HSL307.5º42.62%52.16%-
HSV(B)307.5º56.22%72.55%-
XYZ30.419.1841.13-
YUV122.47155.96172.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.24%
GREEN value IS 81 (32.03% from 255) = 18.49%
BLUE value IS 172 (67.58% from 255) = 39.27%
R=42.24%
G=18.49%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858117200.560.070.27307.542.6252.16
HexB951AC03871B1342b34
Octal2711212540707334645364
Binary10111001101000110101100011100011111011100110100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B951AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B951AC; }

 p { color: rgb(185,81,172); }

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

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

 a { background-color: rgb(185,81,172); }

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

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

 span { border-color: rgb(185,81,172); }

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