Html Css Color HEX #BA1DFD Electric Purple

📋 copy color: '#BA1DFD'

red 186 ◦ green 29 ◦ blue 253

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

Shades of Electric Purple #BA1DFD

Tints of Electric Purple #BA1DFD

RGB

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

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

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

R = 39.74%
G = 6.2%
B = 54.06%

CMYK

 C value IS 0.26

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BA1DFD (or 0xBA1DFD) is known color: Electric Purple. HEX triplet: BA, 1D and FD. RGB value is (186,29,253). Sum of RGB (Red+Green+Blue) = 186+29+253=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 29 (11.72% from 255 or 6.20% from 468); Blue value is 253 (99.22% from 255 or 54.06% from 468); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA1DFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1DFD is #45E202. Grayscale: #646464. Windows color (decimal): -4579843 or 16588218. OLE color: 16588218.

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

Color convert

RGB 186 29 253 -
CMYK 0.26 0.89 0 0.01
HSL 282.05º 0.98% 0.55% -
HSV(B) 282.05º 0.89% 0.99% -
XYZ 38.42 18.41 94.46 -
YUV 101.48 213.51 188.29 -
System Red Green Blue C M Y K H S L
Decimal 186 29 253 0.26 0.89 0 0.01 282.05 0.98 0.55
Hex BA 1D FD 1A 59 0 1 11A 62 37
Octal 272 35 375 32 131 0 1 432 142 67
Binary 10111010 11101 11111101 11010 1011001 0 1 100011010 1100010 110111

Color Harmonies of #BA1DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1DFD

Black with #BA1DFD

Text Example


Text Example

White with #BA1DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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