Html Css Color HEX #BF40AC Fuchsia

📋 copy color: '#BF40AC'

red 191 ◦ green 64 ◦ blue 172

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

Shades of Fuchsia #BF40AC

Tints of Fuchsia #BF40AC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.99%

 BLUE value IS 172 (67.58% from 255) = 40.28%

R = 44.73%
G = 14.99%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF40AC (or 0xBF40AC) is known color: Fuchsia. HEX triplet: BF, 40 and AC. RGB value is (191,64,172). Sum of RGB (Red+Green+Blue) = 191+64+172=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 64 (25.39% from 255 or 14.99% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BF40AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF40AC is #40BF53. Grayscale: #717171. Windows color (decimal): -4243284 or 11288767. OLE color: 11288767.

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

Color convert

RGB 191 64 172 -
CMYK 0 0.66 0.10 0.25
HSL 308.98º 0.5% 0.5% -
HSV(B) 308.98º 0.66% 0.75% -
XYZ 30.77 17.72 40.83 -
YUV 114.29 160.58 182.72 -
System Red Green Blue C M Y K H S L
Decimal 191 64 172 0 0.66 0.10 0.25 308.98 0.5 0.5
Hex BF 40 AC 0 42 A 19 135 32 32
Octal 277 100 254 0 102 12 31 465 62 62
Binary 10111111 1000000 10101100 0 1000010 1010 11001 100110101 110010 110010

Color Harmonies of #BF40AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF40AC

Black with #BF40AC

Text Example


Text Example

White with #BF40AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF40AC; }

 p { color: rgb(191,64,172); }

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

background-color css

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

 a { background-color: rgb(191,64,172); }

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

border-color css

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

 span { border-color: rgb(191,64,172); }

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