Html Css Color HEX #BA16E4 Electric Purple

📋 copy color: '#BA16E4'

red 186 ◦ green 22 ◦ blue 228

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

Shades of Electric Purple #BA16E4

Tints of Electric Purple #BA16E4

RGB

 RED value IS 186 (73.05% from 255) = 42.66%

 GREEN value IS 22 (8.98% from 255) = 5.05%

 BLUE value IS 228 (89.45% from 255) = 52.29%

R = 42.66%
G = 5.05%
B = 52.29%

CMYK

 C value IS 0.18

 M value IS 0.90

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BA16E4 (or 0xBA16E4) is known color: Electric Purple. HEX triplet: BA, 16 and E4. RGB value is (186,22,228). Sum of RGB (Red+Green+Blue) = 186+22+228=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 22 (8.98% from 255 or 5.05% from 436); Blue value is 228 (89.45% from 255 or 52.29% from 436); Max value from RGB is 228 - color contains mainly: blue. Hex color #BA16E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA16E4 is #45E91B. Grayscale: #5D5D5D. Windows color (decimal): -4581660 or 14948026. OLE color: 14948026.

HSL color Cylindrical-coordinate representation of color #BA16E4: hue angle of 287.77º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA16E4 is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 22 228 -
CMYK 0.18 0.90 0 0.11
HSL 287.77º 0.82% 0.49% -
HSV(B) 287.77º 0.9% 0.89% -
XYZ 34.54 16.61 74.79 -
YUV 94.52 203.33 193.25 -
System Red Green Blue C M Y K H S L
Decimal 186 22 228 0.18 0.90 0 0.11 287.77 0.82 0.49
Hex BA 16 E4 12 5A 0 B 120 52 31
Octal 272 26 344 22 132 0 13 440 122 61
Binary 10111010 10110 11100100 10010 1011010 0 1011 100100000 1010010 110001

Color Harmonies of #BA16E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA16E4

Black with #BA16E4

Text Example


Text Example

White with #BA16E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA16E4; }

 p { color: rgb(186,22,228); }

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

background-color css

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

 a { background-color: rgb(186,22,228); }

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

border-color css

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

 span { border-color: rgb(186,22,228); }

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