#B951B5

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

Shades of Fuchsia #B951B5

Tints of Fuchsia #B951B5

Color information

#B951B5 (or 0xB951B5) is unknown color: approx Fuchsia. HEX triplet: B9, 51 and B5. RGB value is (185,81,181). Sum of RGB (Red+Green+Blue) = 185+81+181=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 81 (32.03% from 255 or 18.12% from 447); Blue value is 181 (71.09% from 255 or 40.49% from 447); Max value from RGB is 185 - color contains mainly: red. Hex color #B951B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B951B5 is #46AE4A. Grayscale: #7B7B7B. Windows color (decimal): -4632139 or 11882937. OLE color: 11882937.

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

Color convert

RGB18581181-
CMYK00.560.020.27
HSL302.31º42.62%52.16%-
HSV(B)302.31º56.22%72.55%-
XYZ31.2919.5445.84-
YUV123.5160.46171.87-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.39%
GREEN value IS 81 (32.03% from 255) = 18.12%
BLUE value IS 181 (71.09% from 255) = 40.49%
R=41.39%
G=18.12%
B=40.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858118100.560.020.27302.3142.6252.16
HexB951B503821B12e2b34
Octal2711212650702334565364
Binary1011100110100011011010101110001011011100101110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B951B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B951B5; }

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

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

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

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

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

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

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

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