Html Css Color HEX #BA05E9 Electric Purple

📋 copy color: '#BA05E9'

red 186 ◦ green 5 ◦ blue 233

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

Shades of Electric Purple #BA05E9

Tints of Electric Purple #BA05E9

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.18%

 BLUE value IS 233 (91.41% from 255) = 54.95%

R = 43.87%
G = 1.18%
B = 54.95%

CMYK

 C value IS 0.20

 M value IS 0.98

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA05E9 (or 0xBA05E9) is known color: Electric Purple. HEX triplet: BA, 05 and E9. RGB value is (186,5,233). Sum of RGB (Red+Green+Blue) = 186+5+233=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 5 (2.34% from 255 or 1.18% from 424); Blue value is 233 (91.41% from 255 or 54.95% from 424); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA05E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA05E9 is #45FA16. Grayscale: #545454. Windows color (decimal): -4586007 or 15271354. OLE color: 15271354.

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

Color convert

RGB 186 5 233 -
CMYK 0.20 0.98 0 0.09
HSL 287.63º 0.96% 0.47% -
HSV(B) 287.63º 0.98% 0.91% -
XYZ 35.01 16.43 78.42 -
YUV 85.11 211.47 199.96 -
System Red Green Blue C M Y K H S L
Decimal 186 5 233 0.20 0.98 0 0.09 287.63 0.96 0.47
Hex BA 5 E9 14 62 0 9 120 60 2F
Octal 272 5 351 24 142 0 11 440 140 57
Binary 10111010 101 11101001 10100 1100010 0 1001 100100000 1100000 101111

Color Harmonies of #BA05E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA05E9

Black with #BA05E9

Text Example


Text Example

White with #BA05E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA05E9; }

 p { color: rgb(186,5,233); }

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

background-color css

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

 a { background-color: rgb(186,5,233); }

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

border-color css

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

 span { border-color: rgb(186,5,233); }

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