#BB5EBA

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

Shades of Fuchsia #BB5EBA

Tints of Fuchsia #BB5EBA

Color information

#BB5EBA (or 0xBB5EBA) is unknown color: approx Fuchsia. HEX triplet: BB, 5E and BA. RGB value is (187,94,186). Sum of RGB (Red+Green+Blue) = 187+94+186=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 94 (37.11% from 255 or 20.13% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5EBA is #44A145. Grayscale: #848484. Windows color (decimal): -4497734 or 12213947. OLE color: 12213947.

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

Color convert

RGB18794186-
CMYK00.500.010.27
HSL300.65º40.61%55.1%-
HSV(B)300.65º49.73%73.33%-
XYZ33.3622.1248.96-
YUV132.29158.31167.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.04%
GREEN value IS 94 (37.11% from 255) = 20.13%
BLUE value IS 186 (73.05% from 255) = 39.83%
R=40.04%
G=20.13%
B=39.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879418600.500.010.27300.6540.6155.1
HexBB5EBA03211B12d2937
Octal2731362720621334555167
Binary101110111011110101110100110010111011100101101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5EBA; }

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

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

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

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

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

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

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

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