Html Css Color HEX #BA1AFD Electric Purple

📋 copy color: '#BA1AFD'

red 186 ◦ green 26 ◦ blue 253

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

Shades of Electric Purple #BA1AFD

Tints of Electric Purple #BA1AFD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.59%

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

R = 40%
G = 5.59%
B = 54.41%

CMYK

 C value IS 0.26

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BA1AFD (or 0xBA1AFD) is known color: Electric Purple. HEX triplet: BA, 1A and FD. RGB value is (186,26,253). Sum of RGB (Red+Green+Blue) = 186+26+253=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 26 (10.55% from 255 or 5.59% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA1AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1AFD is #45E502. Grayscale: #626262. Windows color (decimal): -4580611 or 16587450. OLE color: 16587450.

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

Color convert

RGB 186 26 253 -
CMYK 0.26 0.90 0 0.01
HSL 282.29º 0.98% 0.55% -
HSV(B) 282.29º 0.9% 0.99% -
XYZ 38.35 18.27 94.43 -
YUV 99.72 214.51 189.54 -
System Red Green Blue C M Y K H S L
Decimal 186 26 253 0.26 0.90 0 0.01 282.29 0.98 0.55
Hex BA 1A FD 1A 5A 0 1 11A 62 37
Octal 272 32 375 32 132 0 1 432 142 67
Binary 10111010 11010 11111101 11010 1011010 0 1 100011010 1100010 110111

Color Harmonies of #BA1AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1AFD

Black with #BA1AFD

Text Example


Text Example

White with #BA1AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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