Html Css Color HEX #BA02EB Electric Purple

📋 copy color: '#BA02EB'

red 186 ◦ green 2 ◦ blue 235

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

Shades of Electric Purple #BA02EB

Tints of Electric Purple #BA02EB

RGB

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

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

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

R = 43.97%
G = 0.47%
B = 55.56%

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

#BA02EB (or 0xBA02EB) is known color: Electric Purple. HEX triplet: BA, 02 and EB. RGB value is (186,2,235). Sum of RGB (Red+Green+Blue) = 186+2+235=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 2 (1.17% from 255 or 0.47% from 423); Blue value is 235 (92.19% from 255 or 55.56% from 423); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA02EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA02EB is #45FD14. Grayscale: #525252. Windows color (decimal): -4586773 or 15401658. OLE color: 15401658.

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

Color convert

RGB 186 2 235 -
CMYK 0.21 0.99 0 0.08
HSL 287.38º 0.98% 0.46% -
HSV(B) 287.38º 0.99% 0.92% -
XYZ 35.27 16.48 79.92 -
YUV 83.58 213.46 201.05 -
System Red Green Blue C M Y K H S L
Decimal 186 2 235 0.21 0.99 0 0.08 287.38 0.98 0.46
Hex BA 2 EB 15 63 0 8 11F 62 2E
Octal 272 2 353 25 143 0 10 437 142 56
Binary 10111010 10 11101011 10101 1100011 0 1000 100011111 1100010 101110

Color Harmonies of #BA02EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA02EB

Black with #BA02EB

Text Example


Text Example

White with #BA02EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA02EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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