Html Css Color HEX #BA09F5 Electric Purple

📋 copy color: '#BA09F5'

red 186 ◦ green 9 ◦ blue 245

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

Shades of Electric Purple #BA09F5

Tints of Electric Purple #BA09F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 55.68%

R = 42.27%
G = 2.05%
B = 55.68%

CMYK

 C value IS 0.24

 M value IS 0.96

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BA09F5 (or 0xBA09F5) is known color: Electric Purple. HEX triplet: BA, 09 and F5. RGB value is (186,9,245). Sum of RGB (Red+Green+Blue) = 186+9+245=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 9 (3.91% from 255 or 2.05% from 440); Blue value is 245 (96.09% from 255 or 55.68% from 440); Max value from RGB is 245 - color contains mainly: blue. Hex color #BA09F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA09F5 is #45F60A. Grayscale: #585858. Windows color (decimal): -4584971 or 16058810. OLE color: 16058810.

HSL color Cylindrical-coordinate representation of color #BA09F5: hue angle of 285º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA09F5 is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 9 245 -
CMYK 0.24 0.96 0 0.04
HSL 285º 0.93% 0.5% -
HSV(B) 285º 0.96% 0.96% -
XYZ 36.83 17.23 87.77 -
YUV 88.83 216.14 197.31 -
System Red Green Blue C M Y K H S L
Decimal 186 9 245 0.24 0.96 0 0.04 285 0.93 0.5
Hex BA 9 F5 18 60 0 4 11D 5D 32
Octal 272 11 365 30 140 0 4 435 135 62
Binary 10111010 1001 11110101 11000 1100000 0 100 100011101 1011101 110010

Color Harmonies of #BA09F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA09F5

Black with #BA09F5

Text Example


Text Example

White with #BA09F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA09F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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