#BB65BF

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

Shades of Fuchsia #BB65BF

Tints of Fuchsia #BB65BF

Color information

#BB65BF (or 0xBB65BF) is unknown color: approx Fuchsia. HEX triplet: BB, 65 and BF. RGB value is (187,101,191). Sum of RGB (Red+Green+Blue) = 187+101+191=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 101 (39.84% from 255 or 21.09% from 479); Blue value is 191 (75% from 255 or 39.87% from 479); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB65BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB65BF is #449A40. Grayscale: #888888. Windows color (decimal): -4495937 or 12543419. OLE color: 12543419.

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

Color convert

RGB187101191-
CMYK0.020.4700.25
HSL297.33º41.28%57.25%-
HSV(B)297.33º47.12%74.9%-
XYZ34.5523.6352.03-
YUV136.97158.49163.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.04%
GREEN value IS 101 (39.84% from 255) = 21.09%
BLUE value IS 191 (75% from 255) = 39.87%
R=39.04%
G=21.09%
B=39.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871011910.020.4700.25297.3341.2857.25
HexBB65BF22F0191292939
Octal2731452772570314515171
Binary1011101111001011011111110101111011001100101001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB65BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB65BF; }

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

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

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

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

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

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

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

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