Html Css Color HEX #BF31BF Fuchsia

📋 copy color: '#BF31BF'

red 191 ◦ green 49 ◦ blue 191

#BF31BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #BF31BF

Tints of Fuchsia #BF31BF

RGB

 RED value IS 191 (75% from 255) = 44.32%

 GREEN value IS 49 (19.53% from 255) = 11.37%

 BLUE value IS 191 (75% from 255) = 44.32%

R = 44.32%
G = 11.37%
B = 44.32%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BF31BF (or 0xBF31BF) is known color: Fuchsia. HEX triplet: BF, 31 and BF. RGB value is (191,49,191). Sum of RGB (Red+Green+Blue) = 191+49+191=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 49 (19.53% from 255 or 11.37% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BF31BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF31BF is #40CE40. Grayscale: #6B6B6B. Windows color (decimal): -4247105 or 12530111. OLE color: 12530111.

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

Color convert

RGB 191 49 191 -
CMYK 0 0.74 0 0.25
HSL 300º 0.59% 0.47% -
HSV(B) 300º 0.74% 0.75% -
XYZ 31.99 17.03 50.89 -
YUV 107.65 175.04 187.45 -
System Red Green Blue C M Y K H S L
Decimal 191 49 191 0 0.74 0 0.25 300 0.59 0.47
Hex BF 31 BF 0 4A 0 19 12C 3B 2F
Octal 277 61 277 0 112 0 31 454 73 57
Binary 10111111 110001 10111111 0 1001010 0 11001 100101100 111011 101111

Color Harmonies of #BF31BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF31BF

Black with #BF31BF

Text Example


Text Example

White with #BF31BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF31BF; }

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

 H1.HeaderClassName
 {
   color: #BF31BF;
 }
 .AnyTagClassName
 {
   color: #BF31BF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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