Html Css Color HEX #BB19EE Electric Purple

📋 copy color: '#BB19EE'

red 187 ◦ green 25 ◦ blue 238

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

Shades of Electric Purple #BB19EE

Tints of Electric Purple #BB19EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 52.89%

R = 41.56%
G = 5.56%
B = 52.89%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB19EE (or 0xBB19EE) is known color: Electric Purple. HEX triplet: BB, 19 and EE. RGB value is (187,25,238). Sum of RGB (Red+Green+Blue) = 187+25+238=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 25 (10.16% from 255 or 5.56% from 450); Blue value is 238 (93.36% from 255 or 52.89% from 450); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB19EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB19EE is #44E611. Grayscale: #616161. Windows color (decimal): -4515346 or 15604155. OLE color: 15604155.

HSL color Cylindrical-coordinate representation of color #BB19EE: hue angle of 285.63º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB19EE is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 25 238 -
CMYK 0.21 0.89 0 0.07
HSL 285.63º 0.86% 0.52% -
HSV(B) 285.63º 0.89% 0.93% -
XYZ 36.27 17.43 82.34 -
YUV 97.72 207.17 191.68 -
System Red Green Blue C M Y K H S L
Decimal 187 25 238 0.21 0.89 0 0.07 285.63 0.86 0.52
Hex BB 19 EE 15 59 0 7 11E 56 34
Octal 273 31 356 25 131 0 7 436 126 64
Binary 10111011 11001 11101110 10101 1011001 0 111 100011110 1010110 110100

Color Harmonies of #BB19EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB19EE

Black with #BB19EE

Text Example


Text Example

White with #BB19EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB19EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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