Html Css Color HEX #BA12FC Electric Purple

📋 copy color: '#BA12FC'

red 186 ◦ green 18 ◦ blue 252

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

Shades of Electric Purple #BA12FC

Tints of Electric Purple #BA12FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 55.26%

R = 40.79%
G = 3.95%
B = 55.26%

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

#BA12FC (or 0xBA12FC) is known color: Electric Purple. HEX triplet: BA, 12 and FC. RGB value is (186,18,252). Sum of RGB (Red+Green+Blue) = 186+18+252=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 18 (7.42% from 255 or 3.95% from 456); Blue value is 252 (98.83% from 255 or 55.26% from 456); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA12FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA12FC is #45ED03. Grayscale: #5E5E5E. Windows color (decimal): -4582660 or 16519866. OLE color: 16519866.

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

Color convert

RGB 186 18 252 -
CMYK 0.26 0.93 0 0.01
HSL 283.08º 0.98% 0.53% -
HSV(B) 283.08º 0.93% 0.99% -
XYZ 38.04 17.9 93.55 -
YUV 94.91 216.66 192.97 -
System Red Green Blue C M Y K H S L
Decimal 186 18 252 0.26 0.93 0 0.01 283.08 0.98 0.53
Hex BA 12 FC 1A 5D 0 1 11B 62 35
Octal 272 22 374 32 135 0 1 433 142 65
Binary 10111010 10010 11111100 11010 1011101 0 1 100011011 1100010 110101

Color Harmonies of #BA12FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA12FC

Black with #BA12FC

Text Example


Text Example

White with #BA12FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA12FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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