Html Css Color HEX #BA13FE Electric Purple

📋 copy color: '#BA13FE'

red 186 ◦ green 19 ◦ blue 254

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

Shades of Electric Purple #BA13FE

Tints of Electric Purple #BA13FE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.14%

 BLUE value IS 254 (99.61% from 255) = 55.34%

R = 40.52%
G = 4.14%
B = 55.34%

CMYK

 C value IS 0.27

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BA13FE (or 0xBA13FE) is known color: Electric Purple. HEX triplet: BA, 13 and FE. RGB value is (186,19,254). Sum of RGB (Red+Green+Blue) = 186+19+254=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 19 (7.81% from 255 or 4.14% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA13FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA13FE is #45EC01. Grayscale: #5E5E5E. Windows color (decimal): -4582402 or 16651194. OLE color: 16651194.

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

Color convert

RGB 186 19 254 -
CMYK 0.27 0.93 0 0.00
HSL 282.64º 0.99% 0.54% -
HSV(B) 282.64º 0.93% 1% -
XYZ 38.37 18.06 95.23 -
YUV 95.72 217.33 192.39 -
System Red Green Blue C M Y K H S L
Decimal 186 19 254 0.27 0.93 0 0.00 282.64 0.99 0.54
Hex BA 13 FE 1B 5D 0 0 11B 63 36
Octal 272 23 376 33 135 0 0 433 143 66
Binary 10111010 10011 11111110 11011 1011101 0 0 100011011 1100011 110110

Color Harmonies of #BA13FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA13FE

Black with #BA13FE

Text Example


Text Example

White with #BA13FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA13FE; }

 p { color: rgb(186,19,254); }

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

background-color css

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

 a { background-color: rgb(186,19,254); }

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

border-color css

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

 span { border-color: rgb(186,19,254); }

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