Html Css Color HEX #BA12FB Electric Purple

📋 copy color: '#BA12FB'

red 186 ◦ green 18 ◦ blue 251

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

Shades of Electric Purple #BA12FB

Tints of Electric Purple #BA12FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 55.16%

R = 40.88%
G = 3.96%
B = 55.16%

CMYK

 C value IS 0.26

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA12FB (or 0xBA12FB) is known color: Electric Purple. HEX triplet: BA, 12 and FB. RGB value is (186,18,251). Sum of RGB (Red+Green+Blue) = 186+18+251=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 18 (7.42% from 255 or 3.96% from 455); Blue value is 251 (98.44% from 255 or 55.16% from 455); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA12FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA12FB is #45ED04. Grayscale: #5E5E5E. Windows color (decimal): -4582661 or 16454330. OLE color: 16454330.

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

Color convert

RGB 186 18 251 -
CMYK 0.26 0.93 0 0.02
HSL 283.26º 0.97% 0.53% -
HSV(B) 283.26º 0.93% 0.98% -
XYZ 37.88 17.84 92.71 -
YUV 94.79 216.16 193.05 -
System Red Green Blue C M Y K H S L
Decimal 186 18 251 0.26 0.93 0 0.02 283.26 0.97 0.53
Hex BA 12 FB 1A 5D 0 2 11B 61 35
Octal 272 22 373 32 135 0 2 433 141 65
Binary 10111010 10010 11111011 11010 1011101 0 10 100011011 1100001 110101

Color Harmonies of #BA12FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA12FB

Black with #BA12FB

Text Example


Text Example

White with #BA12FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA12FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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