Html Css Color HEX #BF64B0 Fuchsia

📋 copy color: '#BF64B0'

red 191 ◦ green 100 ◦ blue 176

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

Shades of Fuchsia #BF64B0

Tints of Fuchsia #BF64B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.69%

R = 40.9%
G = 21.41%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BF64B0 (or 0xBF64B0) is known color: Fuchsia. HEX triplet: BF, 64 and B0. RGB value is (191,100,176). Sum of RGB (Red+Green+Blue) = 191+100+176=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 100 (39.45% from 255 or 21.41% from 467); Blue value is 176 (69.14% from 255 or 37.69% from 467); Max value from RGB is 191 - color contains mainly: red. Hex color #BF64B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF64B0 is #409B4F. Grayscale: #878787. Windows color (decimal): -4234064 or 11560127. OLE color: 11560127.

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

Color convert

RGB 191 100 176 -
CMYK 0 0.48 0.08 0.25
HSL 309.89º 0.42% 0.57% -
HSV(B) 309.89º 0.48% 0.75% -
XYZ 33.88 23.33 43.79 -
YUV 135.87 150.65 167.32 -
System Red Green Blue C M Y K H S L
Decimal 191 100 176 0 0.48 0.08 0.25 309.89 0.42 0.57
Hex BF 64 B0 0 30 8 19 136 2A 39
Octal 277 144 260 0 60 10 31 466 52 71
Binary 10111111 1100100 10110000 0 110000 1000 11001 100110110 101010 111001

Color Harmonies of #BF64B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF64B0

Black with #BF64B0

Text Example


Text Example

White with #BF64B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF64B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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