#BB2EBA

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

Shades of Fuchsia #BB2EBA

Tints of Fuchsia #BB2EBA

Color information

#BB2EBA (or 0xBB2EBA) is unknown color: approx Fuchsia. HEX triplet: BB, 2E and BA. RGB value is (187,46,186). Sum of RGB (Red+Green+Blue) = 187+46+186=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 46 (18.36% from 255 or 10.98% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2EBA is #44D145. Grayscale: #676767. Windows color (decimal): -4510022 or 12201659. OLE color: 12201659.

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

Color convert

RGB18746186-
CMYK00.750.010.27
HSL300.43º60.52%45.69%-
HSV(B)300.43º75.4%73.33%-
XYZ30.3316.0647.96-
YUV104.12174.21187.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.63%
GREEN value IS 46 (18.36% from 255) = 10.98%
BLUE value IS 186 (73.05% from 255) = 44.39%
R=44.63%
G=10.98%
B=44.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1874618600.750.010.27300.4360.5245.69
HexBB2EBA04B11B12c3d2e
Octal2735627201131334547556
Binary101110111011101011101001001011111011100101100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2EBA; }

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

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

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

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

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

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

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

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