#BF64B5

Color #BF64B5 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #BF64B5

Tints of Fuchsia #BF64B5

Color information

#BF64B5 (or 0xBF64B5) is unknown color: approx Fuchsia. HEX triplet: BF, 64 and B5. RGB value is (191,100,181). Sum of RGB (Red+Green+Blue) = 191+100+181=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 100 (39.45% from 255 or 21.19% from 472); Blue value is 181 (71.09% from 255 or 38.35% from 472); Max value from RGB is 191 - color contains mainly: red. Hex color #BF64B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF64B5 is #409B4A. Grayscale: #888888. Windows color (decimal): -4234059 or 11887807. OLE color: 11887807.

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

Color convert

RGB191100181-
CMYK00.480.050.25
HSL306.59º41.55%57.06%-
HSV(B)306.59º47.64%74.9%-
XYZ34.3823.5346.44-
YUV136.44153.15166.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.47%
GREEN value IS 100 (39.45% from 255) = 21.19%
BLUE value IS 181 (71.09% from 255) = 38.35%
R=40.47%
G=21.19%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110018100.480.050.25306.5941.5557.06
HexBF64B50305191332a39
Octal2771442650605314635271
Binary10111111110010010110101011000010111001100110011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF64B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF64B5; }

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

 H1.HeaderClassName
 {
   color: #BF64B5;
 }
 .AnyTagClassName
 {
   color: #BF64B5;
 }
</style>
background-color css

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

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

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

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

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

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