Html Css Color HEX #BA0EEB Electric Purple

📋 copy color: '#BA0EEB'

red 186 ◦ green 14 ◦ blue 235

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

Shades of Electric Purple #BA0EEB

Tints of Electric Purple #BA0EEB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.22%

 BLUE value IS 235 (92.19% from 255) = 54.02%

R = 42.76%
G = 3.22%
B = 54.02%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA0EEB (or 0xBA0EEB) is known color: Electric Purple. HEX triplet: BA, 0E and EB. RGB value is (186,14,235). Sum of RGB (Red+Green+Blue) = 186+14+235=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 14 (5.86% from 255 or 3.22% from 435); Blue value is 235 (92.19% from 255 or 54.02% from 435); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA0EEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA0EEB is #45F114. Grayscale: #595959. Windows color (decimal): -4583701 or 15404730. OLE color: 15404730.

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

Color convert

RGB 186 14 235 -
CMYK 0.21 0.94 0 0.08
HSL 286.7º 0.89% 0.49% -
HSV(B) 286.7º 0.94% 0.92% -
XYZ 35.4 16.75 79.96 -
YUV 90.62 209.48 196.03 -
System Red Green Blue C M Y K H S L
Decimal 186 14 235 0.21 0.94 0 0.08 286.7 0.89 0.49
Hex BA E EB 15 5E 0 8 11F 59 31
Octal 272 16 353 25 136 0 10 437 131 61
Binary 10111010 1110 11101011 10101 1011110 0 1000 100011111 1011001 110001

Color Harmonies of #BA0EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0EEB

Black with #BA0EEB

Text Example


Text Example

White with #BA0EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0EEB; }

 p { color: rgb(186,14,235); }

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

background-color css

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

 a { background-color: rgb(186,14,235); }

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

border-color css

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

 span { border-color: rgb(186,14,235); }

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