Html Css Color HEX #BF4AB3 Fuchsia

📋 copy color: '#BF4AB3'

red 191 ◦ green 74 ◦ blue 179

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

Shades of Fuchsia #BF4AB3

Tints of Fuchsia #BF4AB3

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.67%

 BLUE value IS 179 (70.31% from 255) = 40.32%

R = 43.02%
G = 16.67%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BF4AB3 (or 0xBF4AB3) is known color: Fuchsia. HEX triplet: BF, 4A and B3. RGB value is (191,74,179). Sum of RGB (Red+Green+Blue) = 191+74+179=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 74 (29.30% from 255 or 16.67% from 444); Blue value is 179 (70.31% from 255 or 40.32% from 444); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF4AB3 is #40B54C. Grayscale: #787878. Windows color (decimal): -4240717 or 11750079. OLE color: 11750079.

HSL color Cylindrical-coordinate representation of color #BF4AB3: hue angle of 306.15º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF4AB3 is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 74 179 -
CMYK 0 0.61 0.06 0.25
HSL 306.15º 0.48% 0.52% -
HSV(B) 306.15º 0.61% 0.75% -
XYZ 32.07 19.23 44.67 -
YUV 120.95 160.76 177.96 -
System Red Green Blue C M Y K H S L
Decimal 191 74 179 0 0.61 0.06 0.25 306.15 0.48 0.52
Hex BF 4A B3 0 3D 6 19 132 30 34
Octal 277 112 263 0 75 6 31 462 60 64
Binary 10111111 1001010 10110011 0 111101 110 11001 100110010 110000 110100

Color Harmonies of #BF4AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4AB3

Black with #BF4AB3

Text Example


Text Example

White with #BF4AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4AB3; }

 p { color: rgb(191,74,179); }

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

background-color css

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

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

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

border-color css

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

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

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