Html Css Color HEX #BA02EE Electric Purple

📋 copy color: '#BA02EE'

red 186 ◦ green 2 ◦ blue 238

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

Shades of Electric Purple #BA02EE

Tints of Electric Purple #BA02EE

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.47%

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

R = 43.66%
G = 0.47%
B = 55.87%

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

#BA02EE (or 0xBA02EE) is known color: Electric Purple. HEX triplet: BA, 02 and EE. RGB value is (186,2,238). Sum of RGB (Red+Green+Blue) = 186+2+238=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 2 (1.17% from 255 or 0.47% from 426); Blue value is 238 (93.36% from 255 or 55.87% from 426); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA02EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA02EE is #45FD11. Grayscale: #535353. Windows color (decimal): -4586770 or 15598266. OLE color: 15598266.

HSL color Cylindrical-coordinate representation of color #BA02EE: hue angle of 286.78º 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 #BA02EE is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 2 238 -
CMYK 0.22 0.99 0 0.07
HSL 286.78º 0.98% 0.47% -
HSV(B) 286.78º 0.99% 0.93% -
XYZ 35.7 16.66 82.22 -
YUV 83.92 214.96 200.81 -
System Red Green Blue C M Y K H S L
Decimal 186 2 238 0.22 0.99 0 0.07 286.78 0.98 0.47
Hex BA 2 EE 16 63 0 7 11F 62 2F
Octal 272 2 356 26 143 0 7 437 142 57
Binary 10111010 10 11101110 10110 1100011 0 111 100011111 1100010 101111

Color Harmonies of #BA02EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA02EE

Black with #BA02EE

Text Example


Text Example

White with #BA02EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA02EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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