#BB2EBE

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

Shades of Fuchsia #BB2EBE

Tints of Fuchsia #BB2EBE

Color information

#BB2EBE (or 0xBB2EBE) is unknown color: approx Fuchsia. HEX triplet: BB, 2E and BE. RGB value is (187,46,190). Sum of RGB (Red+Green+Blue) = 187+46+190=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 46 (18.36% from 255 or 10.87% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB2EBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2EBE is #44D141. Grayscale: #686868. Windows color (decimal): -4510018 or 12463803. OLE color: 12463803.

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

Color convert

RGB18746190-
CMYK0.020.7600.25
HSL298.75º61.02%46.27%-
HSV(B)298.75º75.79%74.51%-
XYZ30.7616.2450.23-
YUV104.57176.21186.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.21%
GREEN value IS 46 (18.36% from 255) = 10.87%
BLUE value IS 190 (74.61% from 255) = 44.92%
R=44.21%
G=10.87%
B=44.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal187461900.020.7600.25298.7561.0246.27
HexBB2EBE24C01912b3d2e
Octal2735627621140314537556
Binary1011101110111010111110101001100011001100101011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2EBE; }

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

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

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

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

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

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

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

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