Html Css Color HEX #BA1CEC Electric Purple

📋 copy color: '#BA1CEC'

red 186 ◦ green 28 ◦ blue 236

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

Shades of Electric Purple #BA1CEC

Tints of Electric Purple #BA1CEC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.22%

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

R = 41.33%
G = 6.22%
B = 52.44%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA1CEC (or 0xBA1CEC) is known color: Electric Purple. HEX triplet: BA, 1C and EC. RGB value is (186,28,236). Sum of RGB (Red+Green+Blue) = 186+28+236=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 28 (11.33% from 255 or 6.22% from 450); Blue value is 236 (92.58% from 255 or 52.44% from 450); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA1CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1CEC is #45E313. Grayscale: #626262. Windows color (decimal): -4580116 or 15473850. OLE color: 15473850.

HSL color Cylindrical-coordinate representation of color #BA1CEC: hue angle of 285.58º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1CEC is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 28 236 -
CMYK 0.21 0.88 0 0.07
HSL 285.58º 0.85% 0.52% -
HSV(B) 285.58º 0.88% 0.93% -
XYZ 35.81 17.33 80.81 -
YUV 98.95 205.35 190.09 -
System Red Green Blue C M Y K H S L
Decimal 186 28 236 0.21 0.88 0 0.07 285.58 0.85 0.52
Hex BA 1C EC 15 58 0 7 11E 55 34
Octal 272 34 354 25 130 0 7 436 125 64
Binary 10111010 11100 11101100 10101 1011000 0 111 100011110 1010101 110100

Color Harmonies of #BA1CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1CEC

Black with #BA1CEC

Text Example


Text Example

White with #BA1CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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