Html Css Color HEX #BA08E4 Electric Purple

📋 copy color: '#BA08E4'

red 186 ◦ green 8 ◦ blue 228

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

Shades of Electric Purple #BA08E4

Tints of Electric Purple #BA08E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 54.03%

R = 44.08%
G = 1.9%
B = 54.03%

CMYK

 C value IS 0.18

 M value IS 0.96

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BA08E4 (or 0xBA08E4) is known color: Electric Purple. HEX triplet: BA, 08 and E4. RGB value is (186,8,228). Sum of RGB (Red+Green+Blue) = 186+8+228=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 8 (3.52% from 255 or 1.90% from 422); Blue value is 228 (89.45% from 255 or 54.03% from 422); Max value from RGB is 228 - color contains mainly: blue. Hex color #BA08E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA08E4 is #45F71B. Grayscale: #555555. Windows color (decimal): -4585244 or 14944442. OLE color: 14944442.

HSL color Cylindrical-coordinate representation of color #BA08E4: hue angle of 288.55º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA08E4 is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 8 228 -
CMYK 0.18 0.96 0 0.11
HSL 288.55º 0.93% 0.46% -
HSV(B) 288.55º 0.96% 0.89% -
XYZ 34.34 16.21 74.72 -
YUV 86.3 207.97 199.11 -
System Red Green Blue C M Y K H S L
Decimal 186 8 228 0.18 0.96 0 0.11 288.55 0.93 0.46
Hex BA 8 E4 12 60 0 B 121 5D 2E
Octal 272 10 344 22 140 0 13 441 135 56
Binary 10111010 1000 11100100 10010 1100000 0 1011 100100001 1011101 101110

Color Harmonies of #BA08E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA08E4

Black with #BA08E4

Text Example


Text Example

White with #BA08E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA08E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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