#BB3EBA

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

Shades of Fuchsia #BB3EBA

Tints of Fuchsia #BB3EBA

Color information

#BB3EBA (or 0xBB3EBA) is unknown color: approx Fuchsia. HEX triplet: BB, 3E and BA. RGB value is (187,62,186). Sum of RGB (Red+Green+Blue) = 187+62+186=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 62 (24.61% from 255 or 14.25% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3EBA is #44C145. Grayscale: #717171. Windows color (decimal): -4505926 or 12205755. OLE color: 12205755.

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

Color convert

RGB18762186-
CMYK00.670.010.27
HSL300.48º50.2%48.82%-
HSV(B)300.48º66.84%73.33%-
XYZ31.0817.5648.2-
YUV113.51168.91180.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.99%
GREEN value IS 62 (24.61% from 255) = 14.25%
BLUE value IS 186 (73.05% from 255) = 42.76%
R=42.99%
G=14.25%
B=42.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876218600.670.010.27300.4850.248.82
HexBB3EBA04311B12c3231
Octal2737627201031334546261
Binary101110111111101011101001000011111011100101100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3EBA; }

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

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

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

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

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

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

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

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