Html Css Color HEX #BB11E1 Electric Purple

📋 copy color: '#BB11E1'

red 187 ◦ green 17 ◦ blue 225

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

Shades of Electric Purple #BB11E1

Tints of Electric Purple #BB11E1

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.96%

 BLUE value IS 225 (88.28% from 255) = 52.45%

R = 43.59%
G = 3.96%
B = 52.45%

CMYK

 C value IS 0.17

 M value IS 0.92

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BB11E1 (or 0xBB11E1) is known color: Electric Purple. HEX triplet: BB, 11 and E1. RGB value is (187,17,225). Sum of RGB (Red+Green+Blue) = 187+17+225=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 17 (7.03% from 255 or 3.96% from 429); Blue value is 225 (88.28% from 255 or 52.45% from 429); Max value from RGB is 225 - color contains mainly: blue. Hex color #BB11E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB11E1 is #44EE1E. Grayscale: #5A5A5A. Windows color (decimal): -4517407 or 14750139. OLE color: 14750139.

HSL color Cylindrical-coordinate representation of color #BB11E1: hue angle of 289.04º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB11E1 is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 17 225 -
CMYK 0.17 0.92 0 0.12
HSL 289.04º 0.86% 0.47% -
HSV(B) 289.04º 0.92% 0.88% -
XYZ 34.28 16.4 72.59 -
YUV 91.54 203.32 196.09 -
System Red Green Blue C M Y K H S L
Decimal 187 17 225 0.17 0.92 0 0.12 289.04 0.86 0.47
Hex BB 11 E1 11 5C 0 C 121 56 2F
Octal 273 21 341 21 134 0 14 441 126 57
Binary 10111011 10001 11100001 10001 1011100 0 1100 100100001 1010110 101111

Color Harmonies of #BB11E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB11E1

Black with #BB11E1

Text Example


Text Example

White with #BB11E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB11E1; }

 p { color: rgb(187,17,225); }

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

background-color css

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

 a { background-color: rgb(187,17,225); }

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

border-color css

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

 span { border-color: rgb(187,17,225); }

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