#BB6FBE

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

Shades of Fuchsia #BB6FBE

Tints of Fuchsia #BB6FBE

Color information

#BB6FBE (or 0xBB6FBE) is unknown color: approx Fuchsia. HEX triplet: BB, 6F and BE. RGB value is (187,111,190). Sum of RGB (Red+Green+Blue) = 187+111+190=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 111 (43.75% from 255 or 22.75% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB6FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6FBE is #449041. Grayscale: #8E8E8E. Windows color (decimal): -4493378 or 12480443. OLE color: 12480443.

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

Color convert

RGB187111190-
CMYK0.020.4200.25
HSL297.72º37.8%59.02%-
HSV(B)297.72º41.58%74.51%-
XYZ35.4725.6551.8-
YUV142.73154.68159.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.32%
GREEN value IS 111 (43.75% from 255) = 22.75%
BLUE value IS 190 (74.61% from 255) = 38.93%
R=38.32%
G=22.75%
B=38.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871111900.020.4200.25297.7237.859.02
HexBB6FBE22A01912a263b
Octal2731572762520314524673
Binary1011101111011111011111010101010011001100101010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6FBE; }

 p { color: rgb(187,111,190); }

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

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

 a { background-color: rgb(187,111,190); }

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

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

 span { border-color: rgb(187,111,190); }

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