Html Css Color HEX #BB2EFF Electric Purple

📋 copy color: '#BB2EFF'

red 187 ◦ green 46 ◦ blue 255

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

Shades of Electric Purple #BB2EFF

Tints of Electric Purple #BB2EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.25%

R = 38.32%
G = 9.43%
B = 52.25%

CMYK

 C value IS 0.27

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BB2EFF (or 0xBB2EFF) is known color: Electric Purple. HEX triplet: BB, 2E and FF. RGB value is (187,46,255). Sum of RGB (Red+Green+Blue) = 187+46+255=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 46 (18.36% from 255 or 9.43% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB2EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB2EFF is #44D100. Grayscale: #6F6F6F. Windows color (decimal): -4509953 or 16723643. OLE color: 16723643.

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

Color convert

RGB 187 46 255 -
CMYK 0.27 0.82 0 0
HSL 280.48º 1% 0.59% -
HSV(B) 280.48º 0.82% 1% -
XYZ 39.52 19.74 96.33 -
YUV 111.99 208.71 181.51 -
System Red Green Blue C M Y K H S L
Decimal 187 46 255 0.27 0.82 0 0 280.48 1 0.59
Hex BB 2E FF 1B 52 0 0 118 64 3B
Octal 273 56 377 33 122 0 0 430 144 73
Binary 10111011 101110 11111111 11011 1010010 0 0 100011000 1100100 111011

Color Harmonies of #BB2EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2EFF

Black with #BB2EFF

Text Example


Text Example

White with #BB2EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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