#BB65AF

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

Shades of Fuchsia #BB65AF

Tints of Fuchsia #BB65AF

Color information

#BB65AF (or 0xBB65AF) is unknown color: approx Fuchsia. HEX triplet: BB, 65 and AF. RGB value is (187,101,175). Sum of RGB (Red+Green+Blue) = 187+101+175=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 101 (39.84% from 255 or 21.81% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 187 - color contains mainly: red. Hex color #BB65AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB65AF is #449A50. Grayscale: #868686. Windows color (decimal): -4495953 or 11494843. OLE color: 11494843.

HSL color Cylindrical-coordinate representation of color #BB65AF: hue angle of 308.37º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB65AF is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB187101175-
CMYK00.460.060.27
HSL308.37º38.74%56.47%-
HSV(B)308.37º45.99%73.33%-
XYZ32.8922.9743.26-
YUV135.15150.49164.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.39%
GREEN value IS 101 (39.84% from 255) = 21.81%
BLUE value IS 175 (68.75% from 255) = 37.80%
R=40.39%
G=21.81%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710117500.460.060.27308.3738.7456.47
HexBB65AF02E61B1342738
Octal2731452570566334644770
Binary10111011110010110101111010111011011011100110100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB65AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB65AF; }

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

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

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

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

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

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

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

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