#BB6EBA

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

Shades of Fuchsia #BB6EBA

Tints of Fuchsia #BB6EBA

Color information

#BB6EBA (or 0xBB6EBA) is unknown color: approx Fuchsia. HEX triplet: BB, 6E and BA. RGB value is (187,110,186). Sum of RGB (Red+Green+Blue) = 187+110+186=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 110 (43.36% from 255 or 22.77% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6EBA is #449145. Grayscale: #8D8D8D. Windows color (decimal): -4493638 or 12218043. OLE color: 12218043.

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

Color convert

RGB187110186-
CMYK00.410.010.27
HSL300.78º36.15%58.24%-
HSV(B)300.78º41.18%73.33%-
XYZ34.9325.2649.49-
YUV141.69153.01160.32-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.72%
GREEN value IS 110 (43.36% from 255) = 22.77%
BLUE value IS 186 (73.05% from 255) = 38.51%
R=38.72%
G=22.77%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711018600.410.010.27300.7836.1558.24
HexBB6EBA02911B12d243a
Octal2731562720511334554472
Binary101110111101110101110100101001111011100101101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6EBA; }

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

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

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

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

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

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

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

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