#BF31B5

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

Shades of Fuchsia #BF31B5

Tints of Fuchsia #BF31B5

Color information

#BF31B5 (or 0xBF31B5) is unknown color: approx Fuchsia. HEX triplet: BF, 31 and B5. RGB value is (191,49,181). Sum of RGB (Red+Green+Blue) = 191+49+181=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 49 (19.53% from 255 or 11.64% from 421); Blue value is 181 (71.09% from 255 or 42.99% from 421); Max value from RGB is 191 - color contains mainly: red. Hex color #BF31B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF31B5 is #40CE4A. Grayscale: #6A6A6A. Windows color (decimal): -4247115 or 11874751. OLE color: 11874751.

HSL color Cylindrical-coordinate representation of color #BF31B5: hue angle of 304.23º 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 #BF31B5 is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB19149181-
CMYK00.740.050.25
HSL304.23º59.17%47.06%-
HSV(B)304.23º74.35%74.9%-
XYZ30.9216.6145.29-
YUV106.51170.04188.27-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.37%
GREEN value IS 49 (19.53% from 255) = 11.64%
BLUE value IS 181 (71.09% from 255) = 42.99%
R=45.37%
G=11.64%
B=42.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1914918100.740.050.25304.2359.1747.06
HexBF31B504A5191303b2f
Octal2776126501125314607357
Binary10111111110001101101010100101010111001100110000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF31B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF31B5; }

 p { color: rgb(191,49,181); }

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

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

 a { background-color: rgb(191,49,181); }

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

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

 span { border-color: rgb(191,49,181); }

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