#BB64BF

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

Shades of Fuchsia #BB64BF

Tints of Fuchsia #BB64BF

Color information

#BB64BF (or 0xBB64BF) is unknown color: approx Fuchsia. HEX triplet: BB, 64 and BF. RGB value is (187,100,191). Sum of RGB (Red+Green+Blue) = 187+100+191=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 100 (39.45% from 255 or 20.92% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB64BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB64BF is #449B40. Grayscale: #888888. Windows color (decimal): -4496193 or 12543163. OLE color: 12543163.

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

Color convert

RGB187100191-
CMYK0.020.4800.25
HSL297.36º41.55%57.06%-
HSV(B)297.36º47.64%74.9%-
XYZ34.4523.4452-
YUV136.39158.82164.1-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.12%
GREEN value IS 100 (39.45% from 255) = 20.92%
BLUE value IS 191 (75% from 255) = 39.96%
R=39.12%
G=20.92%
B=39.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871001910.020.4800.25297.3641.5557.06
HexBB64BF2300191292a39
Octal2731442772600314515271
Binary1011101111001001011111110110000011001100101001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB64BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB64BF; }

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

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

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

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

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

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

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

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