Html Css Color HEX #BF43AB Fuchsia

📋 copy color: '#BF43AB'

red 191 ◦ green 67 ◦ blue 171

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

Shades of Fuchsia #BF43AB

Tints of Fuchsia #BF43AB

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.62%

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

R = 44.52%
G = 15.62%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF43AB (or 0xBF43AB) is known color: Fuchsia. HEX triplet: BF, 43 and AB. RGB value is (191,67,171). Sum of RGB (Red+Green+Blue) = 191+67+171=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 67 (26.56% from 255 or 15.62% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF43AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF43AB is #40BC54. Grayscale: #737373. Windows color (decimal): -4242517 or 11223999. OLE color: 11223999.

HSL color Cylindrical-coordinate representation of color #BF43AB: hue angle of 309.68º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF43AB is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 67 171 -
CMYK 0 0.65 0.10 0.25
HSL 309.68º 0.49% 0.51% -
HSV(B) 309.68º 0.65% 0.75% -
XYZ 30.84 18.03 40.38 -
YUV 115.93 159.08 181.54 -
System Red Green Blue C M Y K H S L
Decimal 191 67 171 0 0.65 0.10 0.25 309.68 0.49 0.51
Hex BF 43 AB 0 41 A 19 136 31 33
Octal 277 103 253 0 101 12 31 466 61 63
Binary 10111111 1000011 10101011 0 1000001 1010 11001 100110110 110001 110011

Color Harmonies of #BF43AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF43AB

Black with #BF43AB

Text Example


Text Example

White with #BF43AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF43AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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