Html Css Color HEX #BF51A8 Fuchsia

📋 copy color: '#BF51A8'

red 191 ◦ green 81 ◦ blue 168

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

Shades of Fuchsia #BF51A8

Tints of Fuchsia #BF51A8

RGB

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

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

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

R = 43.41%
G = 18.41%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BF51A8 (or 0xBF51A8) is known color: Fuchsia. HEX triplet: BF, 51 and A8. RGB value is (191,81,168). Sum of RGB (Red+Green+Blue) = 191+81+168=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 81 (32.03% from 255 or 18.41% from 440); Blue value is 168 (66.02% from 255 or 38.18% from 440); Max value from RGB is 191 - color contains mainly: red. Hex color #BF51A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF51A8 is #40AE57. Grayscale: #7B7B7B. Windows color (decimal): -4238936 or 11030975. OLE color: 11030975.

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

Color convert

RGB 191 81 168 -
CMYK 0 0.58 0.12 0.25
HSL 312.55º 0.46% 0.53% -
HSV(B) 312.55º 0.58% 0.75% -
XYZ 31.5 19.79 39.21 -
YUV 123.81 152.94 175.93 -
System Red Green Blue C M Y K H S L
Decimal 191 81 168 0 0.58 0.12 0.25 312.55 0.46 0.53
Hex BF 51 A8 0 3A C 19 139 2E 35
Octal 277 121 250 0 72 14 31 471 56 65
Binary 10111111 1010001 10101000 0 111010 1100 11001 100111001 101110 110101

Color Harmonies of #BF51A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF51A8

Black with #BF51A8

Text Example


Text Example

White with #BF51A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF51A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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