Html Css Color HEX #BB19E5 Electric Purple

📋 copy color: '#BB19E5'

red 187 ◦ green 25 ◦ blue 229

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

Shades of Electric Purple #BB19E5

Tints of Electric Purple #BB19E5

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.67%

 BLUE value IS 229 (89.84% from 255) = 51.93%

R = 42.4%
G = 5.67%
B = 51.93%

CMYK

 C value IS 0.18

 M value IS 0.89

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BB19E5 (or 0xBB19E5) is known color: Electric Purple. HEX triplet: BB, 19 and E5. RGB value is (187,25,229). Sum of RGB (Red+Green+Blue) = 187+25+229=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 25 (10.16% from 255 or 5.67% from 441); Blue value is 229 (89.84% from 255 or 51.93% from 441); Max value from RGB is 229 - color contains mainly: blue. Hex color #BB19E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB19E5 is #44E61A. Grayscale: #606060. Windows color (decimal): -4515355 or 15014331. OLE color: 15014331.

HSL color Cylindrical-coordinate representation of color #BB19E5: hue angle of 287.65º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB19E5 is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 25 229 -
CMYK 0.18 0.89 0 0.10
HSL 287.65º 0.8% 0.5% -
HSV(B) 287.65º 0.89% 0.9% -
XYZ 34.98 16.92 75.55 -
YUV 96.69 202.67 192.41 -
System Red Green Blue C M Y K H S L
Decimal 187 25 229 0.18 0.89 0 0.10 287.65 0.8 0.5
Hex BB 19 E5 12 59 0 A 120 50 32
Octal 273 31 345 22 131 0 12 440 120 62
Binary 10111011 11001 11100101 10010 1011001 0 1010 100100000 1010000 110010

Color Harmonies of #BB19E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB19E5

Black with #BB19E5

Text Example


Text Example

White with #BB19E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB19E5; }

 p { color: rgb(187,25,229); }

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

background-color css

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

 a { background-color: rgb(187,25,229); }

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

border-color css

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

 span { border-color: rgb(187,25,229); }

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