Html Css Color HEX #BC19E5 Electric Purple

📋 copy color: '#BC19E5'

red 188 ◦ green 25 ◦ blue 229

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

Shades of Electric Purple #BC19E5

Tints of Electric Purple #BC19E5

RGB

 RED value IS 188 (73.83% from 255) = 42.53%

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

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

R = 42.53%
G = 5.66%
B = 51.81%

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

#BC19E5 (or 0xBC19E5) is known color: Electric Purple. HEX triplet: BC, 19 and E5. RGB value is (188,25,229). Sum of RGB (Red+Green+Blue) = 188+25+229=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 25 (10.16% from 255 or 5.66% from 442); Blue value is 229 (89.84% from 255 or 51.81% from 442); Max value from RGB is 229 - color contains mainly: blue. Hex color #BC19E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC19E5 is #43E61A. Grayscale: #606060. Windows color (decimal): -4449819 or 15014332. OLE color: 15014332.

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

Color convert

RGB 188 25 229 -
CMYK 0.18 0.89 0 0.10
HSL 287.94º 0.8% 0.5% -
HSV(B) 287.94º 0.89% 0.9% -
XYZ 35.23 17.04 75.56 -
YUV 96.99 202.5 192.91 -
System Red Green Blue C M Y K H S L
Decimal 188 25 229 0.18 0.89 0 0.10 287.94 0.8 0.5
Hex BC 19 E5 12 59 0 A 120 50 32
Octal 274 31 345 22 131 0 12 440 120 62
Binary 10111100 11001 11100101 10010 1011001 0 1010 100100000 1010000 110010

Color Harmonies of #BC19E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC19E5

Black with #BC19E5

Text Example


Text Example

White with #BC19E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC19E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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