Html Css Color HEX #BA09E8 Electric Purple

📋 copy color: '#BA09E8'

red 186 ◦ green 9 ◦ blue 232

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

Shades of Electric Purple #BA09E8

Tints of Electric Purple #BA09E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 54.33%

R = 43.56%
G = 2.11%
B = 54.33%

CMYK

 C value IS 0.20

 M value IS 0.96

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA09E8 (or 0xBA09E8) is known color: Electric Purple. HEX triplet: BA, 09 and E8. RGB value is (186,9,232). Sum of RGB (Red+Green+Blue) = 186+9+232=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 9 (3.91% from 255 or 2.11% from 427); Blue value is 232 (91.02% from 255 or 54.33% from 427); Max value from RGB is 232 - color contains mainly: blue. Hex color #BA09E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA09E8 is #45F617. Grayscale: #565656. Windows color (decimal): -4584984 or 15206842. OLE color: 15206842.

HSL color Cylindrical-coordinate representation of color #BA09E8: hue angle of 287.62º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA09E8 is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 9 232 -
CMYK 0.20 0.96 0 0.09
HSL 287.62º 0.93% 0.47% -
HSV(B) 287.62º 0.96% 0.91% -
XYZ 34.91 16.46 77.68 -
YUV 87.35 209.64 198.37 -
System Red Green Blue C M Y K H S L
Decimal 186 9 232 0.20 0.96 0 0.09 287.62 0.93 0.47
Hex BA 9 E8 14 60 0 9 120 5D 2F
Octal 272 11 350 24 140 0 11 440 135 57
Binary 10111010 1001 11101000 10100 1100000 0 1001 100100000 1011101 101111

Color Harmonies of #BA09E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA09E8

Black with #BA09E8

Text Example


Text Example

White with #BA09E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA09E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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