Html Css Color HEX #BA05E8 Electric Purple

📋 copy color: '#BA05E8'

red 186 ◦ green 5 ◦ blue 232

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

Shades of Electric Purple #BA05E8

Tints of Electric Purple #BA05E8

RGB

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

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

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

R = 43.97%
G = 1.18%
B = 54.85%

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

#BA05E8 (or 0xBA05E8) is known color: Electric Purple. HEX triplet: BA, 05 and E8. RGB value is (186,5,232). Sum of RGB (Red+Green+Blue) = 186+5+232=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 5 (2.34% from 255 or 1.18% from 423); Blue value is 232 (91.02% from 255 or 54.85% from 423); Max value from RGB is 232 - color contains mainly: blue. Hex color #BA05E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA05E8 is #45FA17. Grayscale: #545454. Windows color (decimal): -4586008 or 15205818. OLE color: 15205818.

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

Color convert

RGB 186 5 232 -
CMYK 0.20 0.98 0 0.09
HSL 287.84º 0.96% 0.46% -
HSV(B) 287.84º 0.98% 0.91% -
XYZ 34.87 16.37 77.67 -
YUV 85 210.97 200.04 -
System Red Green Blue C M Y K H S L
Decimal 186 5 232 0.20 0.98 0 0.09 287.84 0.96 0.46
Hex BA 5 E8 14 62 0 9 120 60 2E
Octal 272 5 350 24 142 0 11 440 140 56
Binary 10111010 101 11101000 10100 1100010 0 1001 100100000 1100000 101110

Color Harmonies of #BA05E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA05E8

Black with #BA05E8

Text Example


Text Example

White with #BA05E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA05E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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