Html Css Color HEX #BA0CE1 Electric Purple

📋 copy color: '#BA0CE1'

red 186 ◦ green 12 ◦ blue 225

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

Shades of Electric Purple #BA0CE1

Tints of Electric Purple #BA0CE1

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.84%

 BLUE value IS 225 (88.28% from 255) = 53.19%

R = 43.97%
G = 2.84%
B = 53.19%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BA0CE1 (or 0xBA0CE1) is known color: Electric Purple. HEX triplet: BA, 0C and E1. RGB value is (186,12,225). Sum of RGB (Red+Green+Blue) = 186+12+225=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 12 (5.08% from 255 or 2.84% from 423); Blue value is 225 (88.28% from 255 or 53.19% from 423); Max value from RGB is 225 - color contains mainly: blue. Hex color #BA0CE1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0CE1 is #45F31E. Grayscale: #575757. Windows color (decimal): -4584223 or 14748858. OLE color: 14748858.

HSL color Cylindrical-coordinate representation of color #BA0CE1: hue angle of 289.01º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0CE1 is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 12 225 -
CMYK 0.17 0.95 0 0.12
HSL 289.01º 0.9% 0.46% -
HSV(B) 289.01º 0.95% 0.88% -
XYZ 33.97 16.14 72.56 -
YUV 88.31 205.15 197.68 -
System Red Green Blue C M Y K H S L
Decimal 186 12 225 0.17 0.95 0 0.12 289.01 0.9 0.46
Hex BA C E1 11 5F 0 C 121 5A 2E
Octal 272 14 341 21 137 0 14 441 132 56
Binary 10111010 1100 11100001 10001 1011111 0 1100 100100001 1011010 101110

Color Harmonies of #BA0CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0CE1

Black with #BA0CE1

Text Example


Text Example

White with #BA0CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0CE1; }

 p { color: rgb(186,12,225); }

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

background-color css

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

 a { background-color: rgb(186,12,225); }

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

border-color css

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

 span { border-color: rgb(186,12,225); }

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