Html Css Color HEX #BA15E3 Electric Purple

📋 copy color: '#BA15E3'

red 186 ◦ green 21 ◦ blue 227

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

Shades of Electric Purple #BA15E3

Tints of Electric Purple #BA15E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 52.3%

R = 42.86%
G = 4.84%
B = 52.3%

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

#BA15E3 (or 0xBA15E3) is known color: Electric Purple. HEX triplet: BA, 15 and E3. RGB value is (186,21,227). Sum of RGB (Red+Green+Blue) = 186+21+227=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 21 (8.59% from 255 or 4.84% from 434); Blue value is 227 (89.06% from 255 or 52.30% from 434); Max value from RGB is 227 - color contains mainly: blue. Hex color #BA15E3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA15E3 is #45EA1C. Grayscale: #5D5D5D. Windows color (decimal): -4581917 or 14882234. OLE color: 14882234.

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

Color convert

RGB 186 21 227 -
CMYK 0.18 0.91 0 0.11
HSL 288.06º 0.83% 0.49% -
HSV(B) 288.06º 0.91% 0.89% -
XYZ 34.38 16.52 74.05 -
YUV 93.82 203.16 193.75 -
System Red Green Blue C M Y K H S L
Decimal 186 21 227 0.18 0.91 0 0.11 288.06 0.83 0.49
Hex BA 15 E3 12 5B 0 B 120 53 31
Octal 272 25 343 22 133 0 13 440 123 61
Binary 10111010 10101 11100011 10010 1011011 0 1011 100100000 1010011 110001

Color Harmonies of #BA15E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA15E3

Black with #BA15E3

Text Example


Text Example

White with #BA15E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA15E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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