Html Css Color HEX #BA16EB Electric Purple

📋 copy color: '#BA16EB'

red 186 ◦ green 22 ◦ blue 235

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

Shades of Electric Purple #BA16EB

Tints of Electric Purple #BA16EB

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.97%

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

R = 41.99%
G = 4.97%
B = 53.05%

CMYK

 C value IS 0.21

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA16EB (or 0xBA16EB) is known color: Electric Purple. HEX triplet: BA, 16 and EB. RGB value is (186,22,235). Sum of RGB (Red+Green+Blue) = 186+22+235=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 22 (8.98% from 255 or 4.97% from 443); Blue value is 235 (92.19% from 255 or 53.05% from 443); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA16EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA16EB is #45E914. Grayscale: #5E5E5E. Windows color (decimal): -4581653 or 15406778. OLE color: 15406778.

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

Color convert

RGB 186 22 235 -
CMYK 0.21 0.91 0 0.08
HSL 286.2º 0.84% 0.5% -
HSV(B) 286.2º 0.91% 0.92% -
XYZ 35.53 17.01 80.01 -
YUV 95.32 206.83 192.68 -
System Red Green Blue C M Y K H S L
Decimal 186 22 235 0.21 0.91 0 0.08 286.2 0.84 0.5
Hex BA 16 EB 15 5B 0 8 11E 54 32
Octal 272 26 353 25 133 0 10 436 124 62
Binary 10111010 10110 11101011 10101 1011011 0 1000 100011110 1010100 110010

Color Harmonies of #BA16EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA16EB

Black with #BA16EB

Text Example


Text Example

White with #BA16EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA16EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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