Html Css Color HEX #BA13FF Electric Purple

📋 copy color: '#BA13FF'

red 186 ◦ green 19 ◦ blue 255

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

Shades of Electric Purple #BA13FF

Tints of Electric Purple #BA13FF

RGB

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

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

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

R = 40.43%
G = 4.13%
B = 55.43%

CMYK

 C value IS 0.27

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BA13FF (or 0xBA13FF) is known color: Electric Purple. HEX triplet: BA, 13 and FF. RGB value is (186,19,255). Sum of RGB (Red+Green+Blue) = 186+19+255=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 19 (7.81% from 255 or 4.13% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA13FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA13FF is #45EC00. Grayscale: #5F5F5F. Windows color (decimal): -4582401 or 16716730. OLE color: 16716730.

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

Color convert

RGB 186 19 255 -
CMYK 0.27 0.93 0 0
HSL 282.46º 1% 0.54% -
HSV(B) 282.46º 0.93% 1% -
XYZ 38.53 18.12 96.08 -
YUV 95.84 217.83 192.31 -
System Red Green Blue C M Y K H S L
Decimal 186 19 255 0.27 0.93 0 0 282.46 1 0.54
Hex BA 13 FF 1B 5D 0 0 11A 64 36
Octal 272 23 377 33 135 0 0 432 144 66
Binary 10111010 10011 11111111 11011 1011101 0 0 100011010 1100100 110110

Color Harmonies of #BA13FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA13FF

Black with #BA13FF

Text Example


Text Example

White with #BA13FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA13FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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