Html Css Color HEX #BA12FD Electric Purple

📋 copy color: '#BA12FD'

red 186 ◦ green 18 ◦ blue 253

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

Shades of Electric Purple #BA12FD

Tints of Electric Purple #BA12FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55.36%

R = 40.7%
G = 3.94%
B = 55.36%

CMYK

 C value IS 0.26

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BA12FD (or 0xBA12FD) is known color: Electric Purple. HEX triplet: BA, 12 and FD. RGB value is (186,18,253). Sum of RGB (Red+Green+Blue) = 186+18+253=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 18 (7.42% from 255 or 3.94% from 457); Blue value is 253 (99.22% from 255 or 55.36% from 457); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA12FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA12FD is #45ED02. Grayscale: #5E5E5E. Windows color (decimal): -4582659 or 16585402. OLE color: 16585402.

HSL color Cylindrical-coordinate representation of color #BA12FD: hue angle of 282.89º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA12FD is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 186 18 253 -
CMYK 0.26 0.93 0 0.01
HSL 282.89º 0.98% 0.53% -
HSV(B) 282.89º 0.93% 0.99% -
XYZ 38.2 17.96 94.38 -
YUV 95.02 217.16 192.89 -
System Red Green Blue C M Y K H S L
Decimal 186 18 253 0.26 0.93 0 0.01 282.89 0.98 0.53
Hex BA 12 FD 1A 5D 0 1 11B 62 35
Octal 272 22 375 32 135 0 1 433 142 65
Binary 10111010 10010 11111101 11010 1011101 0 1 100011011 1100010 110101

Color Harmonies of #BA12FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA12FD

Black with #BA12FD

Text Example


Text Example

White with #BA12FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA12FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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