Html Css Color HEX #BB11FE Electric Purple

📋 copy color: '#BB11FE'

red 187 ◦ green 17 ◦ blue 254

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

Shades of Electric Purple #BB11FE

Tints of Electric Purple #BB11FE

RGB

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

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

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

R = 40.83%
G = 3.71%
B = 55.46%

CMYK

 C value IS 0.26

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BB11FE (or 0xBB11FE) is known color: Electric Purple. HEX triplet: BB, 11 and FE. RGB value is (187,17,254). Sum of RGB (Red+Green+Blue) = 187+17+254=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 17 (7.03% from 255 or 3.71% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB11FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB11FE is #44EE01. Grayscale: #5E5E5E. Windows color (decimal): -4517378 or 16650683. OLE color: 16650683.

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

Color convert

RGB 187 17 254 -
CMYK 0.26 0.93 0 0.00
HSL 283.04º 0.99% 0.53% -
HSV(B) 283.04º 0.93% 1% -
XYZ 38.58 18.12 95.23 -
YUV 94.85 217.82 193.73 -
System Red Green Blue C M Y K H S L
Decimal 187 17 254 0.26 0.93 0 0.00 283.04 0.99 0.53
Hex BB 11 FE 1A 5D 0 0 11B 63 35
Octal 273 21 376 32 135 0 0 433 143 65
Binary 10111011 10001 11111110 11010 1011101 0 0 100011011 1100011 110101

Color Harmonies of #BB11FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB11FE

Black with #BB11FE

Text Example


Text Example

White with #BB11FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB11FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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