Html Css Color HEX #BA13FB Electric Purple

📋 copy color: '#BA13FB'

red 186 ◦ green 19 ◦ blue 251

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

Shades of Electric Purple #BA13FB

Tints of Electric Purple #BA13FB

RGB

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

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

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

R = 40.79%
G = 4.17%
B = 55.04%

CMYK

 C value IS 0.26

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA13FB (or 0xBA13FB) is known color: Electric Purple. HEX triplet: BA, 13 and FB. RGB value is (186,19,251). Sum of RGB (Red+Green+Blue) = 186+19+251=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 19 (7.81% from 255 or 4.17% from 456); Blue value is 251 (98.44% from 255 or 55.04% from 456); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA13FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA13FB is #45EC04. Grayscale: #5E5E5E. Windows color (decimal): -4582405 or 16454586. OLE color: 16454586.

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

Color convert

RGB 186 19 251 -
CMYK 0.26 0.92 0 0.02
HSL 283.19º 0.97% 0.53% -
HSV(B) 283.19º 0.92% 0.98% -
XYZ 37.9 17.87 92.72 -
YUV 95.38 215.83 192.64 -
System Red Green Blue C M Y K H S L
Decimal 186 19 251 0.26 0.92 0 0.02 283.19 0.97 0.53
Hex BA 13 FB 1A 5C 0 2 11B 61 35
Octal 272 23 373 32 134 0 2 433 141 65
Binary 10111010 10011 11111011 11010 1011100 0 10 100011011 1100001 110101

Color Harmonies of #BA13FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA13FB

Black with #BA13FB

Text Example


Text Example

White with #BA13FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA13FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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