Html Css Color HEX #BF4AC1 Fuchsia

📋 copy color: '#BF4AC1'

red 191 ◦ green 74 ◦ blue 193

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

Shades of Fuchsia #BF4AC1

Tints of Fuchsia #BF4AC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 42.14%

R = 41.7%
G = 16.16%
B = 42.14%

CMYK

 C value IS 0.01

 M value IS 0.62

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BF4AC1 (or 0xBF4AC1) is known color: Fuchsia. HEX triplet: BF, 4A and C1. RGB value is (191,74,193). Sum of RGB (Red+Green+Blue) = 191+74+193=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 74 (29.30% from 255 or 16.16% from 458); Blue value is 193 (75.78% from 255 or 42.14% from 458); Max value from RGB is 193 - color contains mainly: blue. Hex color #BF4AC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF4AC1 is #40B53E. Grayscale: #7A7A7A. Windows color (decimal): -4240703 or 12667583. OLE color: 12667583.

HSL color Cylindrical-coordinate representation of color #BF4AC1: hue angle of 298.99º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BF4AC1 is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 74 193 -
CMYK 0.01 0.62 0 0.24
HSL 298.99º 0.49% 0.52% -
HSV(B) 298.99º 0.62% 0.76% -
XYZ 33.56 19.82 52.51 -
YUV 122.55 167.76 176.82 -
System Red Green Blue C M Y K H S L
Decimal 191 74 193 0.01 0.62 0 0.24 298.99 0.49 0.52
Hex BF 4A C1 1 3E 0 18 12B 31 34
Octal 277 112 301 1 76 0 30 453 61 64
Binary 10111111 1001010 11000001 1 111110 0 11000 100101011 110001 110100

Color Harmonies of #BF4AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4AC1

Black with #BF4AC1

Text Example


Text Example

White with #BF4AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4AC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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