Html Css Color HEX #BB2EFE Electric Purple

📋 copy color: '#BB2EFE'

red 187 ◦ green 46 ◦ blue 254

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

Shades of Electric Purple #BB2EFE

Tints of Electric Purple #BB2EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.16%

R = 38.4%
G = 9.45%
B = 52.16%

CMYK

 C value IS 0.26

 M value IS 0.82

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BB2EFE (or 0xBB2EFE) is known color: Electric Purple. HEX triplet: BB, 2E and FE. RGB value is (187,46,254). Sum of RGB (Red+Green+Blue) = 187+46+254=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 46 (18.36% from 255 or 9.45% from 487); Blue value is 254 (99.61% from 255 or 52.16% from 487); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB2EFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB2EFE is #44D101. Grayscale: #6F6F6F. Windows color (decimal): -4509954 or 16658107. OLE color: 16658107.

HSL color Cylindrical-coordinate representation of color #BB2EFE: hue angle of 280.67º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB2EFE is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 187 46 254 -
CMYK 0.26 0.82 0 0.00
HSL 280.67º 0.99% 0.59% -
HSV(B) 280.67º 0.82% 1% -
XYZ 39.36 19.67 95.49 -
YUV 111.87 208.21 181.59 -
System Red Green Blue C M Y K H S L
Decimal 187 46 254 0.26 0.82 0 0.00 280.67 0.99 0.59
Hex BB 2E FE 1A 52 0 0 119 63 3B
Octal 273 56 376 32 122 0 0 431 143 73
Binary 10111011 101110 11111110 11010 1010010 0 0 100011001 1100011 111011

Color Harmonies of #BB2EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2EFE

Black with #BB2EFE

Text Example


Text Example

White with #BB2EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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