Html Css Color HEX #BA0CE7 Electric Purple

📋 copy color: '#BA0CE7'

red 186 ◦ green 12 ◦ blue 231

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

Shades of Electric Purple #BA0CE7

Tints of Electric Purple #BA0CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 53.85%

R = 43.36%
G = 2.8%
B = 53.85%

CMYK

 C value IS 0.19

 M value IS 0.95

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA0CE7 (or 0xBA0CE7) is known color: Electric Purple. HEX triplet: BA, 0C and E7. RGB value is (186,12,231). Sum of RGB (Red+Green+Blue) = 186+12+231=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 12 (5.08% from 255 or 2.80% from 429); Blue value is 231 (90.62% from 255 or 53.85% from 429); Max value from RGB is 231 - color contains mainly: blue. Hex color #BA0CE7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA0CE7 is #45F318. Grayscale: #585858. Windows color (decimal): -4584217 or 15142074. OLE color: 15142074.

HSL color Cylindrical-coordinate representation of color #BA0CE7: hue angle of 287.67º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0CE7 is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 12 231 -
CMYK 0.19 0.95 0 0.09
HSL 287.67º 0.9% 0.48% -
HSV(B) 287.67º 0.95% 0.91% -
XYZ 34.8 16.47 76.95 -
YUV 88.99 208.15 197.19 -
System Red Green Blue C M Y K H S L
Decimal 186 12 231 0.19 0.95 0 0.09 287.67 0.9 0.48
Hex BA C E7 13 5F 0 9 120 5A 30
Octal 272 14 347 23 137 0 11 440 132 60
Binary 10111010 1100 11100111 10011 1011111 0 1001 100100000 1011010 110000

Color Harmonies of #BA0CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0CE7

Black with #BA0CE7

Text Example


Text Example

White with #BA0CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0CE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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