#BF31BE

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

Shades of Fuchsia #BF31BE

Tints of Fuchsia #BF31BE

Color information

#BF31BE (or 0xBF31BE) is unknown color: approx Fuchsia. HEX triplet: BF, 31 and BE. RGB value is (191,49,190). Sum of RGB (Red+Green+Blue) = 191+49+190=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 49 (19.53% from 255 or 11.40% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 191 - color contains mainly: red. Hex color #BF31BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF31BE is #40CE41. Grayscale: #6B6B6B. Windows color (decimal): -4247106 or 12464575. OLE color: 12464575.

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

Color convert

RGB19149190-
CMYK00.740.010.25
HSL300.42º59.17%47.06%-
HSV(B)300.42º74.35%74.9%-
XYZ31.8816.9950.31-
YUV107.53174.54187.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.42%
GREEN value IS 49 (19.53% from 255) = 11.40%
BLUE value IS 190 (74.61% from 255) = 44.19%
R=44.42%
G=11.40%
B=44.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1914919000.740.010.25300.4259.1747.06
HexBF31BE04A11912c3b2f
Octal2776127601121314547357
Binary101111111100011011111001001010111001100101100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF31BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF31BE; }

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

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

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

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

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

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

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

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