Html Css Color HEX #BB19FE Electric Purple

📋 copy color: '#BB19FE'

red 187 ◦ green 25 ◦ blue 254

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

Shades of Electric Purple #BB19FE

Tints of Electric Purple #BB19FE

RGB

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

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

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

R = 40.13%
G = 5.36%
B = 54.51%

CMYK

 C value IS 0.26

 M value IS 0.90

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BB19FE (or 0xBB19FE) is known color: Electric Purple. HEX triplet: BB, 19 and FE. RGB value is (187,25,254). Sum of RGB (Red+Green+Blue) = 187+25+254=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 25 (10.16% from 255 or 5.36% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB19FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB19FE is #44E601. Grayscale: #626262. Windows color (decimal): -4515330 or 16652731. OLE color: 16652731.

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

Color convert

RGB 187 25 254 -
CMYK 0.26 0.90 0 0.00
HSL 282.45º 0.99% 0.55% -
HSV(B) 282.45º 0.9% 1% -
XYZ 38.73 18.42 95.28 -
YUV 99.54 215.17 190.38 -
System Red Green Blue C M Y K H S L
Decimal 187 25 254 0.26 0.90 0 0.00 282.45 0.99 0.55
Hex BB 19 FE 1A 5A 0 0 11A 63 37
Octal 273 31 376 32 132 0 0 432 143 67
Binary 10111011 11001 11111110 11010 1011010 0 0 100011010 1100011 110111

Color Harmonies of #BB19FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB19FE

Black with #BB19FE

Text Example


Text Example

White with #BB19FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB19FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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