Html Css Color HEX #BF4AC0 Fuchsia

📋 copy color: '#BF4AC0'

red 191 ◦ green 74 ◦ blue 192

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

Shades of Fuchsia #BF4AC0

Tints of Fuchsia #BF4AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 42.01%

R = 41.79%
G = 16.19%
B = 42.01%

CMYK

 C value IS 0.01

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BF4AC0 (or 0xBF4AC0) is known color: Fuchsia. HEX triplet: BF, 4A and C0. RGB value is (191,74,192). Sum of RGB (Red+Green+Blue) = 191+74+192=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 74 (29.30% from 255 or 16.19% from 457); Blue value is 192 (75.39% from 255 or 42.01% from 457); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF4AC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF4AC0 is #40B53F. Grayscale: #7A7A7A. Windows color (decimal): -4240704 or 12602047. OLE color: 12602047.

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

Color convert

RGB 191 74 192 -
CMYK 0.01 0.61 0 0.25
HSL 299.49º 0.48% 0.52% -
HSV(B) 299.49º 0.61% 0.75% -
XYZ 33.45 19.78 51.92 -
YUV 122.44 167.26 176.91 -
System Red Green Blue C M Y K H S L
Decimal 191 74 192 0.01 0.61 0 0.25 299.49 0.48 0.52
Hex BF 4A C0 1 3D 0 19 12B 30 34
Octal 277 112 300 1 75 0 31 453 60 64
Binary 10111111 1001010 11000000 1 111101 0 11001 100101011 110000 110100

Color Harmonies of #BF4AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4AC0

Black with #BF4AC0

Text Example


Text Example

White with #BF4AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4AC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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