Html Css Color HEX #BA05EC Electric Purple

📋 copy color: '#BA05EC'

red 186 ◦ green 5 ◦ blue 236

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

Shades of Electric Purple #BA05EC

Tints of Electric Purple #BA05EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 55.27%

R = 43.56%
G = 1.17%
B = 55.27%

CMYK

 C value IS 0.21

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA05EC (or 0xBA05EC) is known color: Electric Purple. HEX triplet: BA, 05 and EC. RGB value is (186,5,236). Sum of RGB (Red+Green+Blue) = 186+5+236=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 5 (2.34% from 255 or 1.17% from 427); Blue value is 236 (92.58% from 255 or 55.27% from 427); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA05EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA05EC is #45FA13. Grayscale: #545454. Windows color (decimal): -4586004 or 15467962. OLE color: 15467962.

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

Color convert

RGB 186 5 236 -
CMYK 0.21 0.98 0 0.07
HSL 287.01º 0.96% 0.47% -
HSV(B) 287.01º 0.98% 0.93% -
XYZ 35.44 16.6 80.69 -
YUV 85.45 212.97 199.72 -
System Red Green Blue C M Y K H S L
Decimal 186 5 236 0.21 0.98 0 0.07 287.01 0.96 0.47
Hex BA 5 EC 15 62 0 7 11F 60 2F
Octal 272 5 354 25 142 0 7 437 140 57
Binary 10111010 101 11101100 10101 1100010 0 111 100011111 1100000 101111

Color Harmonies of #BA05EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA05EC

Black with #BA05EC

Text Example


Text Example

White with #BA05EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA05EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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