Html Css Color HEX #BB1EF5 Electric Purple

📋 copy color: '#BB1EF5'

red 187 ◦ green 30 ◦ blue 245

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

Shades of Electric Purple #BB1EF5

Tints of Electric Purple #BB1EF5

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.49%

 BLUE value IS 245 (96.09% from 255) = 53.03%

R = 40.48%
G = 6.49%
B = 53.03%

CMYK

 C value IS 0.24

 M value IS 0.88

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BB1EF5 (or 0xBB1EF5) is known color: Electric Purple. HEX triplet: BB, 1E and F5. RGB value is (187,30,245). Sum of RGB (Red+Green+Blue) = 187+30+245=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 30 (12.11% from 255 or 6.49% from 462); Blue value is 245 (96.09% from 255 or 53.03% from 462); Max value from RGB is 245 - color contains mainly: blue. Hex color #BB1EF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB1EF5 is #44E10A. Grayscale: #646464. Windows color (decimal): -4514059 or 16064187. OLE color: 16064187.

HSL color Cylindrical-coordinate representation of color #BB1EF5: hue angle of 283.81º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB1EF5 is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 30 245 -
CMYK 0.24 0.88 0 0.04
HSL 283.81º 0.91% 0.54% -
HSV(B) 283.81º 0.88% 0.96% -
XYZ 37.44 18.09 87.9 -
YUV 101.45 209.01 189.02 -
System Red Green Blue C M Y K H S L
Decimal 187 30 245 0.24 0.88 0 0.04 283.81 0.91 0.54
Hex BB 1E F5 18 58 0 4 11C 5B 36
Octal 273 36 365 30 130 0 4 434 133 66
Binary 10111011 11110 11110101 11000 1011000 0 100 100011100 1011011 110110

Color Harmonies of #BB1EF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1EF5

Black with #BB1EF5

Text Example


Text Example

White with #BB1EF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1EF5; }

 p { color: rgb(187,30,245); }

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

background-color css

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

 a { background-color: rgb(187,30,245); }

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

border-color css

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

 span { border-color: rgb(187,30,245); }

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