Html Css Color HEX #BA05EE Electric Purple

📋 copy color: '#BA05EE'

red 186 ◦ green 5 ◦ blue 238

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

Shades of Electric Purple #BA05EE

Tints of Electric Purple #BA05EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 55.48%

R = 43.36%
G = 1.17%
B = 55.48%

CMYK

 C value IS 0.22

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA05EE (or 0xBA05EE) is known color: Electric Purple. HEX triplet: BA, 05 and EE. RGB value is (186,5,238). Sum of RGB (Red+Green+Blue) = 186+5+238=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 5 (2.34% from 255 or 1.17% from 429); Blue value is 238 (93.36% from 255 or 55.48% from 429); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA05EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA05EE is #45FA11. Grayscale: #545454. Windows color (decimal): -4586002 or 15599034. OLE color: 15599034.

HSL color Cylindrical-coordinate representation of color #BA05EE: hue angle of 286.61º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA05EE is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 5 238 -
CMYK 0.22 0.98 0 0.07
HSL 286.61º 0.96% 0.48% -
HSV(B) 286.61º 0.98% 0.93% -
XYZ 35.74 16.72 82.23 -
YUV 85.68 213.97 199.55 -
System Red Green Blue C M Y K H S L
Decimal 186 5 238 0.22 0.98 0 0.07 286.61 0.96 0.48
Hex BA 5 EE 16 62 0 7 11F 60 30
Octal 272 5 356 26 142 0 7 437 140 60
Binary 10111010 101 11101110 10110 1100010 0 111 100011111 1100000 110000

Color Harmonies of #BA05EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA05EE

Black with #BA05EE

Text Example


Text Example

White with #BA05EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA05EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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