Html Css Color HEX #BA02E6 Electric Purple

📋 copy color: '#BA02E6'

red 186 ◦ green 2 ◦ blue 230

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

Shades of Electric Purple #BA02E6

Tints of Electric Purple #BA02E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 55.02%

R = 44.5%
G = 0.48%
B = 55.02%

CMYK

 C value IS 0.19

 M value IS 0.99

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BA02E6 (or 0xBA02E6) is known color: Electric Purple. HEX triplet: BA, 02 and E6. RGB value is (186,2,230). Sum of RGB (Red+Green+Blue) = 186+2+230=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 2 (1.17% from 255 or 0.48% from 418); Blue value is 230 (90.23% from 255 or 55.02% from 418); Max value from RGB is 230 - color contains mainly: blue. Hex color #BA02E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA02E6 is #45FD19. Grayscale: #525252. Windows color (decimal): -4586778 or 15073978. OLE color: 15073978.

HSL color Cylindrical-coordinate representation of color #BA02E6: hue angle of 288.42º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA02E6 is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 2 230 -
CMYK 0.19 0.99 0 0.10
HSL 288.42º 0.98% 0.45% -
HSV(B) 288.42º 0.99% 0.9% -
XYZ 34.55 16.2 76.17 -
YUV 83.01 210.96 201.46 -
System Red Green Blue C M Y K H S L
Decimal 186 2 230 0.19 0.99 0 0.10 288.42 0.98 0.45
Hex BA 2 E6 13 63 0 A 120 62 2D
Octal 272 2 346 23 143 0 12 440 142 55
Binary 10111010 10 11100110 10011 1100011 0 1010 100100000 1100010 101101

Color Harmonies of #BA02E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA02E6

Black with #BA02E6

Text Example


Text Example

White with #BA02E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA02E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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