Html Css Color HEX #BF51A6 Fuchsia

📋 copy color: '#BF51A6'

red 191 ◦ green 81 ◦ blue 166

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

Shades of Fuchsia #BF51A6

Tints of Fuchsia #BF51A6

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.49%

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

R = 43.61%
G = 18.49%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BF51A6 (or 0xBF51A6) is known color: Fuchsia. HEX triplet: BF, 51 and A6. RGB value is (191,81,166). Sum of RGB (Red+Green+Blue) = 191+81+166=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 81 (32.03% from 255 or 18.49% from 438); Blue value is 166 (65.23% from 255 or 37.90% from 438); Max value from RGB is 191 - color contains mainly: red. Hex color #BF51A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF51A6 is #40AE59. Grayscale: #7B7B7B. Windows color (decimal): -4238938 or 10899903. OLE color: 10899903.

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

Color convert

RGB 191 81 166 -
CMYK 0 0.58 0.13 0.25
HSL 313.64º 0.46% 0.53% -
HSV(B) 313.64º 0.58% 0.75% -
XYZ 31.31 19.71 38.23 -
YUV 123.58 151.94 176.09 -
System Red Green Blue C M Y K H S L
Decimal 191 81 166 0 0.58 0.13 0.25 313.64 0.46 0.53
Hex BF 51 A6 0 3A D 19 13A 2E 35
Octal 277 121 246 0 72 15 31 472 56 65
Binary 10111111 1010001 10100110 0 111010 1101 11001 100111010 101110 110101

Color Harmonies of #BF51A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF51A6

Black with #BF51A6

Text Example


Text Example

White with #BF51A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF51A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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