Html Css Color HEX #BA1DFA Electric Purple

📋 copy color: '#BA1DFA'

red 186 ◦ green 29 ◦ blue 250

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

Shades of Electric Purple #BA1DFA

Tints of Electric Purple #BA1DFA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.24%

 BLUE value IS 250 (98.05% from 255) = 53.76%

R = 40%
G = 6.24%
B = 53.76%

CMYK

 C value IS 0.26

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA1DFA (or 0xBA1DFA) is known color: Electric Purple. HEX triplet: BA, 1D and FA. RGB value is (186,29,250). Sum of RGB (Red+Green+Blue) = 186+29+250=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 29 (11.72% from 255 or 6.24% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA1DFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1DFA is #45E205. Grayscale: #646464. Windows color (decimal): -4579846 or 16391610. OLE color: 16391610.

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

Color convert

RGB 186 29 250 -
CMYK 0.26 0.88 0 0.02
HSL 282.62º 0.96% 0.55% -
HSV(B) 282.62º 0.88% 0.98% -
XYZ 37.94 18.22 91.96 -
YUV 101.14 212.01 188.53 -
System Red Green Blue C M Y K H S L
Decimal 186 29 250 0.26 0.88 0 0.02 282.62 0.96 0.55
Hex BA 1D FA 1A 58 0 2 11B 60 37
Octal 272 35 372 32 130 0 2 433 140 67
Binary 10111010 11101 11111010 11010 1011000 0 10 100011011 1100000 110111

Color Harmonies of #BA1DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1DFA

Black with #BA1DFA

Text Example


Text Example

White with #BA1DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1DFA; }

 p { color: rgb(186,29,250); }

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

background-color css

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

 a { background-color: rgb(186,29,250); }

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

border-color css

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

 span { border-color: rgb(186,29,250); }

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