#BB6EBC

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

Shades of Fuchsia #BB6EBC

Tints of Fuchsia #BB6EBC

Color information

#BB6EBC (or 0xBB6EBC) is unknown color: approx Fuchsia. HEX triplet: BB, 6E and BC. RGB value is (187,110,188). Sum of RGB (Red+Green+Blue) = 187+110+188=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 110 (43.36% from 255 or 22.68% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB6EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6EBC is #449143. Grayscale: #8D8D8D. Windows color (decimal): -4493636 or 12349115. OLE color: 12349115.

HSL color Cylindrical-coordinate representation of color #BB6EBC: hue angle of 299.23º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB6EBC is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB187110188-
CMYK0.010.4100.26
HSL299.23º36.79%58.43%-
HSV(B)299.23º41.49%73.73%-
XYZ35.1525.3550.62-
YUV141.92154.01160.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.56%
GREEN value IS 110 (43.36% from 255) = 22.68%
BLUE value IS 188 (73.83% from 255) = 38.76%
R=38.56%
G=22.68%
B=38.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871101880.010.4100.26299.2336.7958.43
HexBB6EBC12901A12b253a
Octal2731562741510324534572
Binary101110111101110101111001101001011010100101011100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6EBC; }

 p { color: rgb(187,110,188); }

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

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

 a { background-color: rgb(187,110,188); }

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

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

 span { border-color: rgb(187,110,188); }

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