Html Css Color HEX #BB2EF0 Electric Purple

📋 copy color: '#BB2EF0'

red 187 ◦ green 46 ◦ blue 240

#BB2EF0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #BB2EF0

Tints of Electric Purple #BB2EF0

RGB

 RED value IS 187 (73.44% from 255) = 39.53%

 GREEN value IS 46 (18.36% from 255) = 9.73%

 BLUE value IS 240 (94.14% from 255) = 50.74%

R = 39.53%
G = 9.73%
B = 50.74%

CMYK

 C value IS 0.22

 M value IS 0.81

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BB2EF0 (or 0xBB2EF0) is known color: Electric Purple. HEX triplet: BB, 2E and F0. RGB value is (187,46,240). Sum of RGB (Red+Green+Blue) = 187+46+240=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 46 (18.36% from 255 or 9.73% from 473); Blue value is 240 (94.14% from 255 or 50.74% from 473); Max value from RGB is 240 - color contains mainly: blue. Hex color #BB2EF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB2EF0 is #44D10F. Grayscale: #6D6D6D. Windows color (decimal): -4509968 or 15740603. OLE color: 15740603.

HSL color Cylindrical-coordinate representation of color #BB2EF0: hue angle of 283.61º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB2EF0 is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 46 240 -
CMYK 0.22 0.81 0 0.06
HSL 283.61º 0.87% 0.56% -
HSV(B) 283.61º 0.81% 0.94% -
XYZ 37.2 18.81 84.11 -
YUV 110.28 201.21 182.73 -
System Red Green Blue C M Y K H S L
Decimal 187 46 240 0.22 0.81 0 0.06 283.61 0.87 0.56
Hex BB 2E F0 16 51 0 6 11C 57 38
Octal 273 56 360 26 121 0 6 434 127 70
Binary 10111011 101110 11110000 10110 1010001 0 110 100011100 1010111 111000

Color Harmonies of #BB2EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2EF0

Black with #BB2EF0

Text Example


Text Example

White with #BB2EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2EF0; }

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

 H1.HeaderClassName
 {
   color: #BB2EF0;
 }
 .AnyTagClassName
 {
   color: #BB2EF0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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