Html Css Color HEX #BF32AB Fuchsia

📋 copy color: '#BF32AB'

red 191 ◦ green 50 ◦ blue 171

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

Shades of Fuchsia #BF32AB

Tints of Fuchsia #BF32AB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.14%

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

R = 46.36%
G = 12.14%
B = 41.5%

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

#BF32AB (or 0xBF32AB) is known color: Fuchsia. HEX triplet: BF, 32 and AB. RGB value is (191,50,171). Sum of RGB (Red+Green+Blue) = 191+50+171=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 50 (19.92% from 255 or 12.14% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 191 - color contains mainly: red. Hex color #BF32AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF32AB is #40CD54. Grayscale: #696969. Windows color (decimal): -4246869 or 11219647. OLE color: 11219647.

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

Color convert

RGB 191 50 171 -
CMYK 0 0.74 0.10 0.25
HSL 308.51º 0.59% 0.47% -
HSV(B) 308.51º 0.74% 0.75% -
XYZ 29.98 16.3 40.09 -
YUV 105.95 164.71 188.66 -
System Red Green Blue C M Y K H S L
Decimal 191 50 171 0 0.74 0.10 0.25 308.51 0.59 0.47
Hex BF 32 AB 0 4A A 19 135 3B 2F
Octal 277 62 253 0 112 12 31 465 73 57
Binary 10111111 110010 10101011 0 1001010 1010 11001 100110101 111011 101111

Color Harmonies of #BF32AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF32AB

Black with #BF32AB

Text Example


Text Example

White with #BF32AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF32AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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