Html Css Color HEX #BB29EF Electric Purple

📋 copy color: '#BB29EF'

red 187 ◦ green 41 ◦ blue 239

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

Shades of Electric Purple #BB29EF

Tints of Electric Purple #BB29EF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.78%

 BLUE value IS 239 (93.75% from 255) = 51.18%

R = 40.04%
G = 8.78%
B = 51.18%

CMYK

 C value IS 0.22

 M value IS 0.83

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BB29EF (or 0xBB29EF) is known color: Electric Purple. HEX triplet: BB, 29 and EF. RGB value is (187,41,239). Sum of RGB (Red+Green+Blue) = 187+41+239=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 41 (16.41% from 255 or 8.78% from 467); Blue value is 239 (93.75% from 255 or 51.18% from 467); Max value from RGB is 239 - color contains mainly: blue. Hex color #BB29EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB29EF is #44D610. Grayscale: #6A6A6A. Windows color (decimal): -4511249 or 15673787. OLE color: 15673787.

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

Color convert

RGB 187 41 239 -
CMYK 0.22 0.83 0 0.06
HSL 284.24º 0.86% 0.55% -
HSV(B) 284.24º 0.83% 0.94% -
XYZ 36.87 18.38 83.27 -
YUV 107.23 202.37 184.9 -
System Red Green Blue C M Y K H S L
Decimal 187 41 239 0.22 0.83 0 0.06 284.24 0.86 0.55
Hex BB 29 EF 16 53 0 6 11C 56 37
Octal 273 51 357 26 123 0 6 434 126 67
Binary 10111011 101001 11101111 10110 1010011 0 110 100011100 1010110 110111

Color Harmonies of #BB29EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB29EF

Black with #BB29EF

Text Example


Text Example

White with #BB29EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB29EF; }

 p { color: rgb(187,41,239); }

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

background-color css

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

 a { background-color: rgb(187,41,239); }

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

border-color css

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

 span { border-color: rgb(187,41,239); }

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