Html Css Color HEX #BA03EB Electric Purple

📋 copy color: '#BA03EB'

red 186 ◦ green 3 ◦ blue 235

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

Shades of Electric Purple #BA03EB

Tints of Electric Purple #BA03EB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.71%

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

R = 43.87%
G = 0.71%
B = 55.42%

CMYK

 C value IS 0.21

 M value IS 0.99

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA03EB (or 0xBA03EB) is known color: Electric Purple. HEX triplet: BA, 03 and EB. RGB value is (186,3,235). Sum of RGB (Red+Green+Blue) = 186+3+235=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 3 (1.56% from 255 or 0.71% from 424); Blue value is 235 (92.19% from 255 or 55.42% from 424); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA03EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA03EB is #45FC14. Grayscale: #535353. Windows color (decimal): -4586517 or 15401914. OLE color: 15401914.

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

Color convert

RGB 186 3 235 -
CMYK 0.21 0.99 0 0.08
HSL 287.33º 0.97% 0.47% -
HSV(B) 287.33º 0.99% 0.92% -
XYZ 35.28 16.5 79.92 -
YUV 84.17 213.13 200.64 -
System Red Green Blue C M Y K H S L
Decimal 186 3 235 0.21 0.99 0 0.08 287.33 0.97 0.47
Hex BA 3 EB 15 63 0 8 11F 61 2F
Octal 272 3 353 25 143 0 10 437 141 57
Binary 10111010 11 11101011 10101 1100011 0 1000 100011111 1100001 101111

Color Harmonies of #BA03EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA03EB

Black with #BA03EB

Text Example


Text Example

White with #BA03EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA03EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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