Html Css Color HEX #BA06EE Electric Purple

📋 copy color: '#BA06EE'

red 186 ◦ green 6 ◦ blue 238

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

Shades of Electric Purple #BA06EE

Tints of Electric Purple #BA06EE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.4%

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

R = 43.26%
G = 1.4%
B = 55.35%

CMYK

 C value IS 0.22

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA06EE (or 0xBA06EE) is known color: Electric Purple. HEX triplet: BA, 06 and EE. RGB value is (186,6,238). Sum of RGB (Red+Green+Blue) = 186+6+238=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 6 (2.73% from 255 or 1.40% from 430); Blue value is 238 (93.36% from 255 or 55.35% from 430); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA06EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA06EE is #45F911. Grayscale: #555555. Windows color (decimal): -4585746 or 15599290. OLE color: 15599290.

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

Color convert

RGB 186 6 238 -
CMYK 0.22 0.97 0 0.07
HSL 286.55º 0.95% 0.48% -
HSV(B) 286.55º 0.97% 0.93% -
XYZ 35.75 16.74 82.24 -
YUV 86.27 213.63 199.14 -
System Red Green Blue C M Y K H S L
Decimal 186 6 238 0.22 0.97 0 0.07 286.55 0.95 0.48
Hex BA 6 EE 16 61 0 7 11F 5F 30
Octal 272 6 356 26 141 0 7 437 137 60
Binary 10111010 110 11101110 10110 1100001 0 111 100011111 1011111 110000

Color Harmonies of #BA06EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA06EE

Black with #BA06EE

Text Example


Text Example

White with #BA06EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA06EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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