Html Css Color HEX #BA08EE Electric Purple

📋 copy color: '#BA08EE'

red 186 ◦ green 8 ◦ blue 238

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

Shades of Electric Purple #BA08EE

Tints of Electric Purple #BA08EE

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.85%

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

R = 43.06%
G = 1.85%
B = 55.09%

CMYK

 C value IS 0.22

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA08EE (or 0xBA08EE) is known color: Electric Purple. HEX triplet: BA, 08 and EE. RGB value is (186,8,238). Sum of RGB (Red+Green+Blue) = 186+8+238=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 8 (3.52% from 255 or 1.85% from 432); Blue value is 238 (93.36% from 255 or 55.09% from 432); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA08EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA08EE is #45F711. Grayscale: #565656. Windows color (decimal): -4585234 or 15599802. OLE color: 15599802.

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

Color convert

RGB 186 8 238 -
CMYK 0.22 0.97 0 0.07
HSL 286.43º 0.93% 0.48% -
HSV(B) 286.43º 0.97% 0.93% -
XYZ 35.77 16.79 82.24 -
YUV 87.44 212.97 198.3 -
System Red Green Blue C M Y K H S L
Decimal 186 8 238 0.22 0.97 0 0.07 286.43 0.93 0.48
Hex BA 8 EE 16 61 0 7 11E 5D 30
Octal 272 10 356 26 141 0 7 436 135 60
Binary 10111010 1000 11101110 10110 1100001 0 111 100011110 1011101 110000

Color Harmonies of #BA08EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA08EE

Black with #BA08EE

Text Example


Text Example

White with #BA08EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA08EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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