Html Css Color HEX #BB26EF Electric Purple

📋 copy color: '#BB26EF'

red 187 ◦ green 38 ◦ blue 239

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

Shades of Electric Purple #BB26EF

Tints of Electric Purple #BB26EF

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.19%

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

R = 40.3%
G = 8.19%
B = 51.51%

CMYK

 C value IS 0.22

 M value IS 0.84

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BB26EF (or 0xBB26EF) is known color: Electric Purple. HEX triplet: BB, 26 and EF. RGB value is (187,38,239). Sum of RGB (Red+Green+Blue) = 187+38+239=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 38 (15.23% from 255 or 8.19% from 464); Blue value is 239 (93.75% from 255 or 51.51% from 464); Max value from RGB is 239 - color contains mainly: blue. Hex color #BB26EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB26EF is #44D910. Grayscale: #686868. Windows color (decimal): -4512017 or 15673019. OLE color: 15673019.

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

Color convert

RGB 187 38 239 -
CMYK 0.22 0.84 0 0.06
HSL 284.48º 0.86% 0.54% -
HSV(B) 284.48º 0.84% 0.94% -
XYZ 36.77 18.18 83.23 -
YUV 105.47 203.36 186.16 -
System Red Green Blue C M Y K H S L
Decimal 187 38 239 0.22 0.84 0 0.06 284.48 0.86 0.54
Hex BB 26 EF 16 54 0 6 11C 56 36
Octal 273 46 357 26 124 0 6 434 126 66
Binary 10111011 100110 11101111 10110 1010100 0 110 100011100 1010110 110110

Color Harmonies of #BB26EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB26EF

Black with #BB26EF

Text Example


Text Example

White with #BB26EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB26EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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