#B950A4

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

Shades of Fuchsia #B950A4

Tints of Fuchsia #B950A4

Color information

#B950A4 (or 0xB950A4) is unknown color: approx Fuchsia. HEX triplet: B9, 50 and A4. RGB value is (185,80,164). Sum of RGB (Red+Green+Blue) = 185+80+164=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 80 (31.64% from 255 or 18.65% from 429); Blue value is 164 (64.45% from 255 or 38.23% from 429); Max value from RGB is 185 - color contains mainly: red. Hex color #B950A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B950A4 is #46AF5B. Grayscale: #787878. Windows color (decimal): -4632412 or 10768569. OLE color: 10768569.

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

Color convert

RGB18580164-
CMYK00.570.110.27
HSL312º42.86%51.96%-
HSV(B)312º56.76%72.55%-
XYZ29.5818.7337.18-
YUV120.97152.29173.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.12%
GREEN value IS 80 (31.64% from 255) = 18.65%
BLUE value IS 164 (64.45% from 255) = 38.23%
R=43.12%
G=18.65%
B=38.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858016400.570.110.2731242.8651.96
HexB950A4039B1B1382b34
Octal27112024407113334705364
Binary101110011010000101001000111001101111011100111000101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B950A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B950A4; }

 p { color: rgb(185,80,164); }

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

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

 a { background-color: rgb(185,80,164); }

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

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

 span { border-color: rgb(185,80,164); }

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