Html Css Color HEX #BB19E6 Electric Purple

📋 copy color: '#BB19E6'

red 187 ◦ green 25 ◦ blue 230

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

Shades of Electric Purple #BB19E6

Tints of Electric Purple #BB19E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 52.04%

R = 42.31%
G = 5.66%
B = 52.04%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BB19E6 (or 0xBB19E6) is known color: Electric Purple. HEX triplet: BB, 19 and E6. RGB value is (187,25,230). Sum of RGB (Red+Green+Blue) = 187+25+230=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 25 (10.16% from 255 or 5.66% from 442); Blue value is 230 (90.23% from 255 or 52.04% from 442); Max value from RGB is 230 - color contains mainly: blue. Hex color #BB19E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB19E6 is #44E619. Grayscale: #606060. Windows color (decimal): -4515354 or 15079867. OLE color: 15079867.

HSL color Cylindrical-coordinate representation of color #BB19E6: hue angle of 287.41º 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 #BB19E6 is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 25 230 -
CMYK 0.19 0.89 0 0.10
HSL 287.41º 0.8% 0.5% -
HSV(B) 287.41º 0.89% 0.9% -
XYZ 35.12 16.97 76.29 -
YUV 96.81 203.17 192.33 -
System Red Green Blue C M Y K H S L
Decimal 187 25 230 0.19 0.89 0 0.10 287.41 0.8 0.5
Hex BB 19 E6 13 59 0 A 11F 50 32
Octal 273 31 346 23 131 0 12 437 120 62
Binary 10111011 11001 11100110 10011 1011001 0 1010 100011111 1010000 110010

Color Harmonies of #BB19E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB19E6

Black with #BB19E6

Text Example


Text Example

White with #BB19E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB19E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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