#B931BE

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

Shades of Fuchsia #B931BE

Tints of Fuchsia #B931BE

Color information

#B931BE (or 0xB931BE) is unknown color: approx Fuchsia. HEX triplet: B9, 31 and BE. RGB value is (185,49,190). Sum of RGB (Red+Green+Blue) = 185+49+190=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 49 (19.53% from 255 or 11.56% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 190 - color contains mainly: blue. Hex color #B931BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B931BE is #46CE41. Grayscale: #696969. Windows color (decimal): -4640322 or 12464569. OLE color: 12464569.

HSL color Cylindrical-coordinate representation of color #B931BE: hue angle of 297.87º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B931BE is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18549190-
CMYK0.030.7400.25
HSL297.87º59%46.86%-
HSV(B)297.87º74.21%74.51%-
XYZ30.416.2350.25-
YUV105.74175.56184.54-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.63%
GREEN value IS 49 (19.53% from 255) = 11.56%
BLUE value IS 190 (74.61% from 255) = 44.81%
R=43.63%
G=11.56%
B=44.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal185491900.030.7400.25297.875946.86
HexB931BE34A01912a3b2f
Octal2716127631120314527357
Binary1011100111000110111110111001010011001100101010111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B931BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B931BE; }

 p { color: rgb(185,49,190); }

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

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

 a { background-color: rgb(185,49,190); }

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

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

 span { border-color: rgb(185,49,190); }

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