Html Css Color HEX #BF4AB1 Fuchsia

📋 copy color: '#BF4AB1'

red 191 ◦ green 74 ◦ blue 177

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

Shades of Fuchsia #BF4AB1

Tints of Fuchsia #BF4AB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 40.05%

R = 43.21%
G = 16.74%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BF4AB1 (or 0xBF4AB1) is known color: Fuchsia. HEX triplet: BF, 4A and B1. RGB value is (191,74,177). Sum of RGB (Red+Green+Blue) = 191+74+177=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 74 (29.30% from 255 or 16.74% from 442); Blue value is 177 (69.53% from 255 or 40.05% from 442); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4AB1 is #40B54E. Grayscale: #787878. Windows color (decimal): -4240719 or 11619007. OLE color: 11619007.

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

Color convert

RGB 191 74 177 -
CMYK 0 0.61 0.07 0.25
HSL 307.18º 0.48% 0.52% -
HSV(B) 307.18º 0.61% 0.75% -
XYZ 31.87 19.15 43.61 -
YUV 120.73 159.76 178.12 -
System Red Green Blue C M Y K H S L
Decimal 191 74 177 0 0.61 0.07 0.25 307.18 0.48 0.52
Hex BF 4A B1 0 3D 7 19 133 30 34
Octal 277 112 261 0 75 7 31 463 60 64
Binary 10111111 1001010 10110001 0 111101 111 11001 100110011 110000 110100

Color Harmonies of #BF4AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4AB1

Black with #BF4AB1

Text Example


Text Example

White with #BF4AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4AB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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