Html Css Color HEX #BA03EE Electric Purple

📋 copy color: '#BA03EE'

red 186 ◦ green 3 ◦ blue 238

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

Shades of Electric Purple #BA03EE

Tints of Electric Purple #BA03EE

RGB

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

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

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

R = 43.56%
G = 0.7%
B = 55.74%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA03EE (or 0xBA03EE) is known color: Electric Purple. HEX triplet: BA, 03 and EE. RGB value is (186,3,238). Sum of RGB (Red+Green+Blue) = 186+3+238=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 3 (1.56% from 255 or 0.70% from 427); Blue value is 238 (93.36% from 255 or 55.74% from 427); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA03EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA03EE is #45FC11. Grayscale: #535353. Windows color (decimal): -4586514 or 15598522. OLE color: 15598522.

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

Color convert

RGB 186 3 238 -
CMYK 0.22 0.99 0 0.07
HSL 286.72º 0.98% 0.47% -
HSV(B) 286.72º 0.99% 0.93% -
XYZ 35.71 16.68 82.23 -
YUV 84.51 214.63 200.39 -
System Red Green Blue C M Y K H S L
Decimal 186 3 238 0.22 0.99 0 0.07 286.72 0.98 0.47
Hex BA 3 EE 16 63 0 7 11F 62 2F
Octal 272 3 356 26 143 0 7 437 142 57
Binary 10111010 11 11101110 10110 1100011 0 111 100011111 1100010 101111

Color Harmonies of #BA03EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA03EE

Black with #BA03EE

Text Example


Text Example

White with #BA03EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA03EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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