Html Css Color HEX #BF54A6 Fuchsia

📋 copy color: '#BF54A6'

red 191 ◦ green 84 ◦ blue 166

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

Shades of Fuchsia #BF54A6

Tints of Fuchsia #BF54A6

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.05%

 BLUE value IS 166 (65.23% from 255) = 37.64%

R = 43.31%
G = 19.05%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BF54A6 (or 0xBF54A6) is known color: Fuchsia. HEX triplet: BF, 54 and A6. RGB value is (191,84,166). Sum of RGB (Red+Green+Blue) = 191+84+166=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 84 (33.20% from 255 or 19.05% from 441); Blue value is 166 (65.23% from 255 or 37.64% from 441); Max value from RGB is 191 - color contains mainly: red. Hex color #BF54A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF54A6 is #40AB59. Grayscale: #7D7D7D. Windows color (decimal): -4238170 or 10900671. OLE color: 10900671.

HSL color Cylindrical-coordinate representation of color #BF54A6: hue angle of 314.02º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BF54A6 is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 84 166 -
CMYK 0 0.56 0.13 0.25
HSL 314.02º 0.46% 0.54% -
HSV(B) 314.02º 0.56% 0.75% -
XYZ 31.54 20.17 38.31 -
YUV 125.34 150.95 174.83 -
System Red Green Blue C M Y K H S L
Decimal 191 84 166 0 0.56 0.13 0.25 314.02 0.46 0.54
Hex BF 54 A6 0 38 D 19 13A 2E 36
Octal 277 124 246 0 70 15 31 472 56 66
Binary 10111111 1010100 10100110 0 111000 1101 11001 100111010 101110 110110

Color Harmonies of #BF54A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF54A6

Black with #BF54A6

Text Example


Text Example

White with #BF54A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF54A6; }

 p { color: rgb(191,84,166); }

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

background-color css

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

 a { background-color: rgb(191,84,166); }

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

border-color css

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

 span { border-color: rgb(191,84,166); }

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