Html Css Color HEX #BA08EC Electric Purple

📋 copy color: '#BA08EC'

red 186 ◦ green 8 ◦ blue 236

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

Shades of Electric Purple #BA08EC

Tints of Electric Purple #BA08EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 54.88%

R = 43.26%
G = 1.86%
B = 54.88%

CMYK

 C value IS 0.21

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA08EC (or 0xBA08EC) is known color: Electric Purple. HEX triplet: BA, 08 and EC. RGB value is (186,8,236). Sum of RGB (Red+Green+Blue) = 186+8+236=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 8 (3.52% from 255 or 1.86% from 430); Blue value is 236 (92.58% from 255 or 54.88% from 430); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA08EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA08EC is #45F713. Grayscale: #565656. Windows color (decimal): -4585236 or 15468730. OLE color: 15468730.

HSL color Cylindrical-coordinate representation of color #BA08EC: hue angle of 286.84º 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 #BA08EC is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 8 236 -
CMYK 0.21 0.97 0 0.07
HSL 286.84º 0.93% 0.48% -
HSV(B) 286.84º 0.97% 0.93% -
XYZ 35.48 16.67 80.7 -
YUV 87.21 211.97 198.46 -
System Red Green Blue C M Y K H S L
Decimal 186 8 236 0.21 0.97 0 0.07 286.84 0.93 0.48
Hex BA 8 EC 15 61 0 7 11F 5D 30
Octal 272 10 354 25 141 0 7 437 135 60
Binary 10111010 1000 11101100 10101 1100001 0 111 100011111 1011101 110000

Color Harmonies of #BA08EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA08EC

Black with #BA08EC

Text Example


Text Example

White with #BA08EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA08EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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