Html Css Color HEX #BA15ED Electric Purple

📋 copy color: '#BA15ED'

red 186 ◦ green 21 ◦ blue 237

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

Shades of Electric Purple #BA15ED

Tints of Electric Purple #BA15ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 53.38%

R = 41.89%
G = 4.73%
B = 53.38%

CMYK

 C value IS 0.22

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA15ED (or 0xBA15ED) is known color: Electric Purple. HEX triplet: BA, 15 and ED. RGB value is (186,21,237). Sum of RGB (Red+Green+Blue) = 186+21+237=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 21 (8.59% from 255 or 4.73% from 444); Blue value is 237 (92.97% from 255 or 53.38% from 444); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA15ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA15ED is #45EA12. Grayscale: #5E5E5E. Windows color (decimal): -4581907 or 15537594. OLE color: 15537594.

HSL color Cylindrical-coordinate representation of color #BA15ED: hue angle of 285.83º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA15ED is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 21 237 -
CMYK 0.22 0.91 0 0.07
HSL 285.83º 0.86% 0.51% -
HSV(B) 285.83º 0.91% 0.93% -
XYZ 35.8 17.09 81.53 -
YUV 94.96 208.16 192.94 -
System Red Green Blue C M Y K H S L
Decimal 186 21 237 0.22 0.91 0 0.07 285.83 0.86 0.51
Hex BA 15 ED 16 5B 0 7 11E 56 33
Octal 272 25 355 26 133 0 7 436 126 63
Binary 10111010 10101 11101101 10110 1011011 0 111 100011110 1010110 110011

Color Harmonies of #BA15ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA15ED

Black with #BA15ED

Text Example


Text Example

White with #BA15ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA15ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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