Html Css Color HEX #BA06EA Electric Purple

📋 copy color: '#BA06EA'

red 186 ◦ green 6 ◦ blue 234

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

Shades of Electric Purple #BA06EA

Tints of Electric Purple #BA06EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 54.93%

R = 43.66%
G = 1.41%
B = 54.93%

CMYK

 C value IS 0.21

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA06EA (or 0xBA06EA) is known color: Electric Purple. HEX triplet: BA, 06 and EA. RGB value is (186,6,234). Sum of RGB (Red+Green+Blue) = 186+6+234=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 6 (2.73% from 255 or 1.41% from 426); Blue value is 234 (91.80% from 255 or 54.93% from 426); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA06EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA06EA is #45F915. Grayscale: #555555. Windows color (decimal): -4585750 or 15337146. OLE color: 15337146.

HSL color Cylindrical-coordinate representation of color #BA06EA: hue angle of 287.37º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA06EA is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 6 234 -
CMYK 0.21 0.97 0 0.08
HSL 287.37º 0.95% 0.47% -
HSV(B) 287.37º 0.97% 0.92% -
XYZ 35.17 16.51 79.18 -
YUV 85.81 211.63 199.46 -
System Red Green Blue C M Y K H S L
Decimal 186 6 234 0.21 0.97 0 0.08 287.37 0.95 0.47
Hex BA 6 EA 15 61 0 8 11F 5F 2F
Octal 272 6 352 25 141 0 10 437 137 57
Binary 10111010 110 11101010 10101 1100001 0 1000 100011111 1011111 101111

Color Harmonies of #BA06EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA06EA

Black with #BA06EA

Text Example


Text Example

White with #BA06EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA06EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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