#BB2EF3

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

Shades of Electric Purple #BB2EF3

Tints of Electric Purple #BB2EF3

Color information

#BB2EF3 (or 0xBB2EF3) is unknown color: approx Electric Purple. HEX triplet: BB, 2E and F3. RGB value is (187,46,243). Sum of RGB (Red+Green+Blue) = 187+46+243=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 46 (18.36% from 255 or 9.66% from 476); Blue value is 243 (95.31% from 255 or 51.05% from 476); Max value from RGB is 243 - color contains mainly: blue. Hex color #BB2EF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB2EF3 is #44D10C. Grayscale: #6D6D6D. Windows color (decimal): -4509965 or 15937211. OLE color: 15937211.

HSL color Cylindrical-coordinate representation of color #BB2EF3: hue angle of 282.94º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB2EF3 is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18746243-
CMYK0.230.8100.05
HSL282.94º89.14%56.67%-
HSV(B)282.94º81.07%95.29%-
XYZ37.6518.9986.48-
YUV110.62202.71182.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.29%
GREEN value IS 46 (18.36% from 255) = 9.66%
BLUE value IS 243 (95.31% from 255) = 51.05%
R=39.29%
G=9.66%
B=51.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal187462430.230.8100.05282.9489.1456.67
HexBB2EF317510511b5939
Octal27356363271210543313171
Binary101110111011101111001110111101000101011000110111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2EF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2EF3; }

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

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

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

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

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

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

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

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