Html Css Color HEX #BF31AB Fuchsia

📋 copy color: '#BF31AB'

red 191 ◦ green 49 ◦ blue 171

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

Shades of Fuchsia #BF31AB

Tints of Fuchsia #BF31AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.61%

R = 46.47%
G = 11.92%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF31AB (or 0xBF31AB) is known color: Fuchsia. HEX triplet: BF, 31 and AB. RGB value is (191,49,171). Sum of RGB (Red+Green+Blue) = 191+49+171=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 49 (19.53% from 255 or 11.92% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 191 - color contains mainly: red. Hex color #BF31AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF31AB is #40CE54. Grayscale: #696969. Windows color (decimal): -4247125 or 11219391. OLE color: 11219391.

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

Color convert

RGB 191 49 171 -
CMYK 0 0.74 0.10 0.25
HSL 308.45º 0.59% 0.47% -
HSV(B) 308.45º 0.74% 0.75% -
XYZ 29.93 16.21 40.08 -
YUV 105.37 165.04 189.08 -
System Red Green Blue C M Y K H S L
Decimal 191 49 171 0 0.74 0.10 0.25 308.45 0.59 0.47
Hex BF 31 AB 0 4A A 19 134 3B 2F
Octal 277 61 253 0 112 12 31 464 73 57
Binary 10111111 110001 10101011 0 1001010 1010 11001 100110100 111011 101111

Color Harmonies of #BF31AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF31AB

Black with #BF31AB

Text Example


Text Example

White with #BF31AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF31AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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