Html Css Color HEX #BA15E4 Electric Purple

📋 copy color: '#BA15E4'

red 186 ◦ green 21 ◦ blue 228

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

Shades of Electric Purple #BA15E4

Tints of Electric Purple #BA15E4

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.83%

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

R = 42.76%
G = 4.83%
B = 52.41%

CMYK

 C value IS 0.18

 M value IS 0.91

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BA15E4 (or 0xBA15E4) is known color: Electric Purple. HEX triplet: BA, 15 and E4. RGB value is (186,21,228). Sum of RGB (Red+Green+Blue) = 186+21+228=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 21 (8.59% from 255 or 4.83% from 435); Blue value is 228 (89.45% from 255 or 52.41% from 435); Max value from RGB is 228 - color contains mainly: blue. Hex color #BA15E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA15E4 is #45EA1B. Grayscale: #5D5D5D. Windows color (decimal): -4581916 or 14947770. OLE color: 14947770.

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

Color convert

RGB 186 21 228 -
CMYK 0.18 0.91 0 0.11
HSL 287.83º 0.83% 0.49% -
HSV(B) 287.83º 0.91% 0.89% -
XYZ 34.52 16.58 74.78 -
YUV 93.93 203.66 193.67 -
System Red Green Blue C M Y K H S L
Decimal 186 21 228 0.18 0.91 0 0.11 287.83 0.83 0.49
Hex BA 15 E4 12 5B 0 B 120 53 31
Octal 272 25 344 22 133 0 13 440 123 61
Binary 10111010 10101 11100100 10010 1011011 0 1011 100100000 1010011 110001

Color Harmonies of #BA15E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA15E4

Black with #BA15E4

Text Example


Text Example

White with #BA15E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA15E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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