#B950A7

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

Shades of Fuchsia #B950A7

Tints of Fuchsia #B950A7

Color information

#B950A7 (or 0xB950A7) is unknown color: approx Fuchsia. HEX triplet: B9, 50 and A7. RGB value is (185,80,167). Sum of RGB (Red+Green+Blue) = 185+80+167=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 80 (31.64% from 255 or 18.52% from 432); Blue value is 167 (65.62% from 255 or 38.66% from 432); Max value from RGB is 185 - color contains mainly: red. Hex color #B950A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B950A7 is #46AF58. Grayscale: #797979. Windows color (decimal): -4632409 or 10965177. OLE color: 10965177.

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

Color convert

RGB18580167-
CMYK00.570.100.27
HSL310.29º42.86%51.96%-
HSV(B)310.29º56.76%72.55%-
XYZ29.8518.8438.62-
YUV121.31153.79173.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.82%
GREEN value IS 80 (31.64% from 255) = 18.52%
BLUE value IS 167 (65.62% from 255) = 38.66%
R=42.82%
G=18.52%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858016700.570.100.27310.2942.8651.96
HexB950A7039A1B1362b34
Octal27112024707112334665364
Binary101110011010000101001110111001101011011100110110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B950A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B950A7; }

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

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

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

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

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

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

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

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