#BB6AC5

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

Shades of Fuchsia #BB6AC5

Tints of Fuchsia #BB6AC5

Color information

#BB6AC5 (or 0xBB6AC5) is unknown color: approx Fuchsia. HEX triplet: BB, 6A and C5. RGB value is (187,106,197). Sum of RGB (Red+Green+Blue) = 187+106+197=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 106 (41.80% from 255 or 21.63% from 490); Blue value is 197 (77.34% from 255 or 40.20% from 490); Max value from RGB is 197 - color contains mainly: blue. Hex color #BB6AC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6AC5 is #44953A. Grayscale: #8C8C8C. Windows color (decimal): -4494651 or 12937915. OLE color: 12937915.

HSL color Cylindrical-coordinate representation of color #BB6AC5: hue angle of 293.41º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB6AC5 is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB187106197-
CMYK0.050.4600.23
HSL293.41º43.96%59.41%-
HSV(B)293.41º46.19%77.25%-
XYZ35.7324.955.75-
YUV140.59159.84161.1-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.16%
GREEN value IS 106 (41.80% from 255) = 21.63%
BLUE value IS 197 (77.34% from 255) = 40.20%
R=38.16%
G=21.63%
B=40.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1871061970.050.4600.23293.4143.9659.41
HexBB6AC552E0171252c3b
Octal2731523055560274455473
Binary10111011110101011000101101101110010111100100101101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6AC5; }

 p { color: rgb(187,106,197); }

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

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

 a { background-color: rgb(187,106,197); }

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

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

 span { border-color: rgb(187,106,197); }

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