#B851B5

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

Shades of Fuchsia #B851B5

Tints of Fuchsia #B851B5

Color information

#B851B5 (or 0xB851B5) is unknown color: approx Fuchsia. HEX triplet: B8, 51 and B5. RGB value is (184,81,181). Sum of RGB (Red+Green+Blue) = 184+81+181=446 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.26% from 446); Green value is 81 (32.03% from 255 or 18.16% from 446); Blue value is 181 (71.09% from 255 or 40.58% from 446); Max value from RGB is 184 - color contains mainly: red. Hex color #B851B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B851B5 is #47AE4A. Grayscale: #7A7A7A. Windows color (decimal): -4697675 or 11882936. OLE color: 11882936.

HSL color Cylindrical-coordinate representation of color #B851B5: hue angle of 301.75º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B851B5 is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB18481181-
CMYK00.560.020.28
HSL301.75º42.04%51.96%-
HSV(B)301.75º55.98%72.16%-
XYZ31.0519.4145.83-
YUV123.2160.62171.37-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.26%
GREEN value IS 81 (32.03% from 255) = 18.16%
BLUE value IS 181 (71.09% from 255) = 40.58%
R=41.26%
G=18.16%
B=40.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848118100.560.020.28301.7542.0451.96
HexB851B503821C12e2a34
Octal2701212650702344565264
Binary1011100010100011011010101110001011100100101110101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B851B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B851B5; }

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

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

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

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

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

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

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

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