Html Css Color HEX #BA01EE Electric Purple

📋 copy color: '#BA01EE'

red 186 ◦ green 1 ◦ blue 238

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

Shades of Electric Purple #BA01EE

Tints of Electric Purple #BA01EE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.24%

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

R = 43.76%
G = 0.24%
B = 56%

CMYK

 C value IS 0.22

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA01EE (or 0xBA01EE) is known color: Electric Purple. HEX triplet: BA, 01 and EE. RGB value is (186,1,238). Sum of RGB (Red+Green+Blue) = 186+1+238=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 1 (0.78% from 255 or 0.24% from 425); Blue value is 238 (93.36% from 255 or 56% from 425); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA01EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA01EE is #45FE11. Grayscale: #525252. Windows color (decimal): -4587026 or 15598010. OLE color: 15598010.

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

Color convert

RGB 186 1 238 -
CMYK 0.22 1.00 0 0.07
HSL 286.84º 0.99% 0.47% -
HSV(B) 286.84º 1% 0.93% -
XYZ 35.69 16.63 82.22 -
YUV 83.33 215.29 201.23 -
System Red Green Blue C M Y K H S L
Decimal 186 1 238 0.22 1.00 0 0.07 286.84 0.99 0.47
Hex BA 1 EE 16 64 0 7 11F 63 2F
Octal 272 1 356 26 144 0 7 437 143 57
Binary 10111010 1 11101110 10110 1100100 0 111 100011111 1100011 101111

Color Harmonies of #BA01EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA01EE

Black with #BA01EE

Text Example


Text Example

White with #BA01EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA01EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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