Html Css Color HEX #BA12FF Electric Purple

📋 copy color: '#BA12FF'

red 186 ◦ green 18 ◦ blue 255

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

Shades of Electric Purple #BA12FF

Tints of Electric Purple #BA12FF

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.92%

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

R = 40.52%
G = 3.92%
B = 55.56%

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

#BA12FF (or 0xBA12FF) is known color: Electric Purple. HEX triplet: BA, 12 and FF. RGB value is (186,18,255). Sum of RGB (Red+Green+Blue) = 186+18+255=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 18 (7.42% from 255 or 3.92% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA12FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA12FF is #45ED00. Grayscale: #5E5E5E. Windows color (decimal): -4582657 or 16716474. OLE color: 16716474.

HSL color Cylindrical-coordinate representation of color #BA12FF: hue angle of 282.53º 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 #BA12FF is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 186 18 255 -
CMYK 0.27 0.93 0 0
HSL 282.53º 1% 0.54% -
HSV(B) 282.53º 0.93% 1% -
XYZ 38.52 18.09 96.07 -
YUV 95.25 218.16 192.73 -
System Red Green Blue C M Y K H S L
Decimal 186 18 255 0.27 0.93 0 0 282.53 1 0.54
Hex BA 12 FF 1B 5D 0 0 11B 64 36
Octal 272 22 377 33 135 0 0 433 144 66
Binary 10111010 10010 11111111 11011 1011101 0 0 100011011 1100100 110110

Color Harmonies of #BA12FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA12FF

Black with #BA12FF

Text Example


Text Example

White with #BA12FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA12FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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