Html Css Color HEX #BA09F8 Electric Purple

📋 copy color: '#BA09F8'

red 186 ◦ green 9 ◦ blue 248

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

Shades of Electric Purple #BA09F8

Tints of Electric Purple #BA09F8

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.03%

 BLUE value IS 248 (97.27% from 255) = 55.98%

R = 41.99%
G = 2.03%
B = 55.98%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BA09F8 (or 0xBA09F8) is known color: Electric Purple. HEX triplet: BA, 09 and F8. RGB value is (186,9,248). Sum of RGB (Red+Green+Blue) = 186+9+248=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 9 (3.91% from 255 or 2.03% from 443); Blue value is 248 (97.27% from 255 or 55.98% from 443); Max value from RGB is 248 - color contains mainly: blue. Hex color #BA09F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA09F8 is #45F607. Grayscale: #585858. Windows color (decimal): -4584968 or 16255418. OLE color: 16255418.

HSL color Cylindrical-coordinate representation of color #BA09F8: hue angle of 284.44º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA09F8 is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 9 248 -
CMYK 0.25 0.96 0 0.03
HSL 284.44º 0.94% 0.5% -
HSV(B) 284.44º 0.96% 0.97% -
XYZ 37.29 17.41 90.2 -
YUV 89.17 217.64 197.07 -
System Red Green Blue C M Y K H S L
Decimal 186 9 248 0.25 0.96 0 0.03 284.44 0.94 0.5
Hex BA 9 F8 19 60 0 3 11C 5E 32
Octal 272 11 370 31 140 0 3 434 136 62
Binary 10111010 1001 11111000 11001 1100000 0 11 100011100 1011110 110010

Color Harmonies of #BA09F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA09F8

Black with #BA09F8

Text Example


Text Example

White with #BA09F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA09F8; }

 p { color: rgb(186,9,248); }

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

background-color css

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

 a { background-color: rgb(186,9,248); }

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

border-color css

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

 span { border-color: rgb(186,9,248); }

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