Html Css Color HEX #BA00EE Electric Purple

📋 copy color: '#BA00EE'

red 186 ◦ green 0 ◦ blue 238

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

Shades of Electric Purple #BA00EE

Tints of Electric Purple #BA00EE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 43.87%
G = 0%
B = 56.13%

CMYK

 C value IS 0.22

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA00EE (or 0xBA00EE) is known color: Electric Purple. HEX triplet: BA, 00 and EE. RGB value is (186,0,238). Sum of RGB (Red+Green+Blue) = 186+0+238=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 0 (0.39% from 255 or 0% from 424); Blue value is 238 (93.36% from 255 or 56.13% from 424); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA00EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA00EE is #45FF11. Grayscale: #515151. Windows color (decimal): -4587282 or 15597754. OLE color: 15597754.

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

Color convert

RGB 186 0 238 -
CMYK 0.22 1 0 0.07
HSL 286.89º 1% 0.47% -
HSV(B) 286.89º 1% 0.93% -
XYZ 35.68 16.61 82.21 -
YUV 82.75 215.62 201.65 -
System Red Green Blue C M Y K H S L
Decimal 186 0 238 0.22 1 0 0.07 286.89 1 0.47
Hex BA 0 EE 16 64 0 7 11F 64 2F
Octal 272 0 356 26 144 0 7 437 144 57
Binary 10111010 0 11101110 10110 1100100 0 111 100011111 1100100 101111

Color Harmonies of #BA00EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA00EE

Black with #BA00EE

Text Example


Text Example

White with #BA00EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA00EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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