Html Css Color HEX #BA15FF Electric Purple

📋 copy color: '#BA15FF'

red 186 ◦ green 21 ◦ blue 255

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

Shades of Electric Purple #BA15FF

Tints of Electric Purple #BA15FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.19%

R = 40.26%
G = 4.55%
B = 55.19%

CMYK

 C value IS 0.27

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BA15FF (or 0xBA15FF) is known color: Electric Purple. HEX triplet: BA, 15 and FF. RGB value is (186,21,255). Sum of RGB (Red+Green+Blue) = 186+21+255=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 21 (8.59% from 255 or 4.55% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA15FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA15FF is #45EA00. Grayscale: #606060. Windows color (decimal): -4581889 or 16717242. OLE color: 16717242.

HSL color Cylindrical-coordinate representation of color #BA15FF: hue angle of 282.31º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA15FF is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 186 21 255 -
CMYK 0.27 0.92 0 0
HSL 282.31º 1% 0.54% -
HSV(B) 282.31º 0.92% 1% -
XYZ 38.57 18.2 96.09 -
YUV 97.01 217.16 191.47 -
System Red Green Blue C M Y K H S L
Decimal 186 21 255 0.27 0.92 0 0 282.31 1 0.54
Hex BA 15 FF 1B 5C 0 0 11A 64 36
Octal 272 25 377 33 134 0 0 432 144 66
Binary 10111010 10101 11111111 11011 1011100 0 0 100011010 1100100 110110

Color Harmonies of #BA15FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA15FF

Black with #BA15FF

Text Example


Text Example

White with #BA15FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA15FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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