Html Css Color HEX #BA2DF9 Electric Purple

📋 copy color: '#BA2DF9'

red 186 ◦ green 45 ◦ blue 249

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

Shades of Electric Purple #BA2DF9

Tints of Electric Purple #BA2DF9

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.38%

 BLUE value IS 249 (97.66% from 255) = 51.88%

R = 38.75%
G = 9.38%
B = 51.88%

CMYK

 C value IS 0.25

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA2DF9 (or 0xBA2DF9) is known color: Electric Purple. HEX triplet: BA, 2D and F9. RGB value is (186,45,249). Sum of RGB (Red+Green+Blue) = 186+45+249=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 45 (17.97% from 255 or 9.38% from 480); Blue value is 249 (97.66% from 255 or 51.88% from 480); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA2DF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2DF9 is #45D206. Grayscale: #6D6D6D. Windows color (decimal): -4575751 or 16330170. OLE color: 16330170.

HSL color Cylindrical-coordinate representation of color #BA2DF9: hue angle of 281.47º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA2DF9 is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 45 249 -
CMYK 0.25 0.82 0 0.02
HSL 281.47º 0.94% 0.58% -
HSV(B) 281.47º 0.82% 0.98% -
XYZ 38.29 19.16 91.3 -
YUV 110.42 206.21 181.91 -
System Red Green Blue C M Y K H S L
Decimal 186 45 249 0.25 0.82 0 0.02 281.47 0.94 0.58
Hex BA 2D F9 19 52 0 2 119 5E 3A
Octal 272 55 371 31 122 0 2 431 136 72
Binary 10111010 101101 11111001 11001 1010010 0 10 100011001 1011110 111010

Color Harmonies of #BA2DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2DF9

Black with #BA2DF9

Text Example


Text Example

White with #BA2DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2DF9; }

 p { color: rgb(186,45,249); }

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

background-color css

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

 a { background-color: rgb(186,45,249); }

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

border-color css

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

 span { border-color: rgb(186,45,249); }

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