Html Css Color HEX #BF64A8 Fuchsia

📋 copy color: '#BF64A8'

red 191 ◦ green 100 ◦ blue 168

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

Shades of Fuchsia #BF64A8

Tints of Fuchsia #BF64A8

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.79%

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

R = 41.61%
G = 21.79%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BF64A8 (or 0xBF64A8) is known color: Fuchsia. HEX triplet: BF, 64 and A8. RGB value is (191,100,168). Sum of RGB (Red+Green+Blue) = 191+100+168=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 100 (39.45% from 255 or 21.79% from 459); Blue value is 168 (66.02% from 255 or 36.60% from 459); Max value from RGB is 191 - color contains mainly: red. Hex color #BF64A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF64A8 is #409B57. Grayscale: #868686. Windows color (decimal): -4234072 or 11035839. OLE color: 11035839.

HSL color Cylindrical-coordinate representation of color #BF64A8: hue angle of 315.16º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF64A8 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 100 168 -
CMYK 0 0.48 0.12 0.25
HSL 315.16º 0.42% 0.57% -
HSV(B) 315.16º 0.48% 0.75% -
XYZ 33.11 23.02 39.74 -
YUV 134.96 146.65 167.97 -
System Red Green Blue C M Y K H S L
Decimal 191 100 168 0 0.48 0.12 0.25 315.16 0.42 0.57
Hex BF 64 A8 0 30 C 19 13B 2A 39
Octal 277 144 250 0 60 14 31 473 52 71
Binary 10111111 1100100 10101000 0 110000 1100 11001 100111011 101010 111001

Color Harmonies of #BF64A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF64A8

Black with #BF64A8

Text Example


Text Example

White with #BF64A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF64A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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