Html Css Color HEX #BF4AA8 Fuchsia

📋 copy color: '#BF4AA8'

red 191 ◦ green 74 ◦ blue 168

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

Shades of Fuchsia #BF4AA8

Tints of Fuchsia #BF4AA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 38.8%

R = 44.11%
G = 17.09%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BF4AA8 (or 0xBF4AA8) is known color: Fuchsia. HEX triplet: BF, 4A and A8. RGB value is (191,74,168). Sum of RGB (Red+Green+Blue) = 191+74+168=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 74 (29.30% from 255 or 17.09% from 433); Blue value is 168 (66.02% from 255 or 38.80% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4AA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4AA8 is #40B557. Grayscale: #777777. Windows color (decimal): -4240728 or 11029183. OLE color: 11029183.

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

Color convert

RGB 191 74 168 -
CMYK 0 0.61 0.12 0.25
HSL 311.79º 0.48% 0.52% -
HSV(B) 311.79º 0.61% 0.75% -
XYZ 31 18.8 39.04 -
YUV 119.7 155.26 178.86 -
System Red Green Blue C M Y K H S L
Decimal 191 74 168 0 0.61 0.12 0.25 311.79 0.48 0.52
Hex BF 4A A8 0 3D C 19 138 30 34
Octal 277 112 250 0 75 14 31 470 60 64
Binary 10111111 1001010 10101000 0 111101 1100 11001 100111000 110000 110100

Color Harmonies of #BF4AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4AA8

Black with #BF4AA8

Text Example


Text Example

White with #BF4AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4AA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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