#B950B5

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

Shades of Fuchsia #B950B5

Tints of Fuchsia #B950B5

Color information

#B950B5 (or 0xB950B5) is unknown color: approx Fuchsia. HEX triplet: B9, 50 and B5. RGB value is (185,80,181). Sum of RGB (Red+Green+Blue) = 185+80+181=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 80 (31.64% from 255 or 17.94% from 446); Blue value is 181 (71.09% from 255 or 40.58% from 446); Max value from RGB is 185 - color contains mainly: red. Hex color #B950B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B950B5 is #46AF4A. Grayscale: #7A7A7A. Windows color (decimal): -4632395 or 11882681. OLE color: 11882681.

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

Color convert

RGB18580181-
CMYK00.570.020.27
HSL302.29º42.86%51.96%-
HSV(B)302.29º56.76%72.55%-
XYZ31.2219.3945.81-
YUV122.91160.79172.29-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.48%
GREEN value IS 80 (31.64% from 255) = 17.94%
BLUE value IS 181 (71.09% from 255) = 40.58%
R=41.48%
G=17.94%
B=40.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858018100.570.020.27302.2942.8651.96
HexB950B503921B12e2b34
Octal2711202650712334565364
Binary1011100110100001011010101110011011011100101110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B950B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B950B5; }

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

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

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

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

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

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

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

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