#BB68AF

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

Shades of Fuchsia #BB68AF

Tints of Fuchsia #BB68AF

Color information

#BB68AF (or 0xBB68AF) is unknown color: approx Fuchsia. HEX triplet: BB, 68 and AF. RGB value is (187,104,175). Sum of RGB (Red+Green+Blue) = 187+104+175=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 104 (41.02% from 255 or 22.32% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 187 - color contains mainly: red. Hex color #BB68AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB68AF is #449750. Grayscale: #888888. Windows color (decimal): -4495185 or 11495611. OLE color: 11495611.

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

Color convert

RGB187104175-
CMYK00.440.060.27
HSL308.67º37.9%57.06%-
HSV(B)308.67º44.39%73.33%-
XYZ33.1823.5643.36-
YUV136.91149.5163.73-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.13%
GREEN value IS 104 (41.02% from 255) = 22.32%
BLUE value IS 175 (68.75% from 255) = 37.55%
R=40.13%
G=22.32%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710417500.440.060.27308.6737.957.06
HexBB68AF02C61B1352639
Octal2731502570546334654671
Binary10111011110100010101111010110011011011100110101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB68AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB68AF; }

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

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

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

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

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

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

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

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